All Manuals > LispWorks Release Notes and Installation Guide > 11 Configuration on UNIX > 11.4 Installing LispWorks > 11.4.1 Unpacking the TAR files

NextPrevUpTopContentsIndex

11.4.1.3 How to extract the product files from the tar container files

To extract the product files from the tar container files, the basic form of the call to tar is:

tar -xof / mount-point / filename

The flag x means extract files from tar -formatted data, and f specifies that the source of the data will be a file.

mount-point is the point in the UNIX filesystem at which the CD-ROM is mounted, while filename is the name of the tar file containing the product files.

For example, to extract the files for LispWorks (32-bit) on SPARC Solaris, with the CD-ROM mounted at /cdrom/lw_61/, you would type

tar -xof /cdrom/lw_61/lw61-sparc.tar

LispWorks Release Notes and Installation Guide - 23 Dec 2011

NextPrevUpTopContentsIndex