关于这个软件包的详细资料位于 Section 6.57.2, "Contents of Tar."
Tar 软件包含有一个归档程序,用来保存文件到归档文件或者从给定的 tar 归档文件中释放文件。
[勘误] Tar 从 1.14 到 1.15.90 版本都存在一个缓冲区溢出漏洞,请从http://www.linuxfromscratch.org/patches/downloads/tar/tar-1.15.1-security_fixes-1.patch下载修复该问题的补丁。然后应用它:
patch -Np1 -i ../tar-1.15.1-security_fixes-1.patch
准备编译 Tar :
./configure --prefix=/tools
编译软件包:
make
要测试结果,请运行:make check 。
安装软件包:
make install
关于这个软件包的详细资料位于 Section 6.57.2, "Contents of Tar."