10.65.2. Contents of Tar
              Installed programs:
              rmt, tar
            
            
              Installed directory:
              /usr/share/doc/tar-1.29
            
          The Tar package contains an archiving program.
Prepare Tar for compilation:
FORCE_UNSAFE_CONFIGURE=1 ./configure \
    --prefix=/usr \
    --bindir=/bin \
    --libexecdir=/usr/sbin
        Compile the package:
make
To test the results, issue:
make check
Install the package:
make install
Install the documentation:
make -C doc install-html docdir=/usr/share/doc/tar-1.29