7.25. Libarchive-3.7.8

The libarchive library provides a single interface for reading/writing various compression formats.

Approximate build time: 0.4 SBU
Required disk space: 43 MB

7.25.1. Installation of libarchive

Configure libarchive by running the following command:

./configure --prefix=/usr --disable-static

Build libarchive by running the following command:

make

Install libarchive by running the following command:

make install
ln -sfv bsdunzip /usr/bin/unzip