6.57. Tar-1.20

The Tar package contains an archiving program.

User Notes: http://wiki.linuxfromscratch.org/hlfs/wiki/tar

6.57.1. Installation of Tar

Prepare Tar for compilation:

./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin

Compile the package:

make

To test the results, issue:

make check || true

Some tests are known to fail intermittently.

Install the package:

make install

6.57.2. Contents of Tar

Installed programs: rmt and tar

Short Descriptions

rmt

Remotely manipulates a magnetic tape drive through an interprocess communication connection

tar

Creates, extracts files from, and lists the contents of archives, also known as tarballs