Installing the Linux/Unix RPM

You will need root access for this. File names may differ slightly, depending on your flavor of Unix:

To install the RPM to a default location:
% rpm -i plt-102-1.i386.rpm

To install the RPM into a specific path:
% rpm -i --prefix plt-102-1.i386.rpm

To uninstall, run:
% rpm -e plt-102-1

Back to the Introduction to Scheme