next up previous
Next: Getting Started Up: SAM User Manual Previous: Introduction

Subsections

Installation

The sections below describe how to install SAM from the packages it is distributed with. After selecting the appropriate section and installing SAM, ensure that the executable for SAM is in your path, and just type sam to run.
Note: You have to be logged in to your system as root to install SAM.

Debian

SAM is available as a deb package for Debian. To install this package, type dpkg -install <filename>, where <filename> is the name of the debian package.

Alternatively, add the following line to your /etc/apt/sources.list file, defining a new apt source:
deb http://www.cs.mu.oz.au/SE-projects/s340gm/debian woody main
After this is done, run apt-get update to update package information from the source you just added. SAM can then be installed by typing apt-get install rami-sam.

Other Distributions

SAM is also available as a rpm package for Linux distributions other than Debian. To install a package in rpm format, type rpm -i <filename>, where <filename> is the name of the rpm package.

Chris Edwards 2002-10-30