The libarchive library provides a single interface for reading/writing various compression formats.
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