The libarchive library provides a single interface for reading/writing various compression formats.
Download HTTP: https://github.com/libarchive/libarchive/releases/download/v3.8.7/libarchive-3.8.7.tar.xz
Download SHA256 Sum: d3a8ba457ae25c27c84fd2830a2efdcc5b1d40bf585d4eb0d35f47e99e5d4774
Download Size: 5,871 KB
Estimated Disk Space: 55.3M
Estimated Build Time: less than 0.5 SBU
Prepare Libarchive for compilation:
Now Configure the Package, issue:
./configure --prefix=/usr --without-xml2
To Compile the Package, issue:
make
Now Install the Package, issue:
make install
rm -v /usr/lib/libarchive.{a,la}
ln -sv bsdcpio /usr/bin/cpio
ln -sv bsdunzip /usr/bin/unzip
ln -sv bsdcpio.1 /usr/share/man/man1/cpio.1
ln -sv bsdunzip.1 /usr/share/man/man1/unzip.1