All Manuals > LispWorks Release Notes and Installation Guide > 4 Installation on Linux > 4.4 Installing LispWorks for Linux > 4.4.3 Installation from the binary RPM file

NextPrevUpTopContentsIndex

4.4.3.3 Installing or upgrading LispWorks for Linux

To install or upgrade LispWorks from the RPM file, perform the following steps as root:

  1. Locate the RPM installation file lispworks-6.1- n .i386.rpm .
  2. Install or upgrade LispWorks in the standard RPM way, for example:
  3. rpm --install lispworks-6.1- n .i386.rpm

    This command installs LispWorks in /usr/lib/LispWorks . A command line of the form

    rpm --install --prefix <directory> lispworks-6.1- n .i386.rpm

    installs LispWorks in <directory> .

The directory name must be an absolute pathname. Relative pathnames and pathnames including shell-expanded characters such as . and ~ do not work.

Note: LispWorks needs to be able find its library at runtime and therefore the LispWorks installation should not be moved around piecemeal. If you simply want to run LispWorks from somewhere more convenient, then consider adding a symbolic link.

See Running LispWorks for instructions on entering your license details.


LispWorks Release Notes and Installation Guide - 23 Dec 2011

NextPrevUpTopContentsIndex