Software project home page: https://www.gnu.org/software/tar
Changelog: https://savannah.gnu.org/projects/tar/
tar --version
tar cfv archivename.tar [dir1] [dir2] ... [dirn]
tar cfJv archivename.tar.xz [dir1] [dir2] ... [dirn]
cd package_directory
tar cfJv ../PROGRAM_NAME-PROGRAM_VERSION-ARCH-GLIBC_VER-BUILD_TAG.txz *
tar xfv file.EXTENSION
tar tf archivename.tar.xz
FORCE_UNSAFE_CONFIGURE=1 ./configure CPPFLAGS="-D_FORTIFY_SOURCE=2" CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4" CXXFLAGS="${CFLAGS}" --prefix=/usr --bindir=/bin --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib64
http://www.t2-project.org/packages/tar.html
https://wiki.archlinux.org/index.php/Tar
https://partedmagic.com/docs/adding-programs
Legal Disclaimer & Copyright Policy