Installation of Tar Prepare Tar for compilation: ./configure --prefix=/usr --bindir=/bin \     --libexecdir=/usr/bin Compile the package: make Test the results: make check And install the package: make install