8.77. Libarchive-3.8.1

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

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

8.77.1. Installation of libarchive

Install libarchive by running the following commands:

./configure --prefix=/usr \
        --without-xml2

Compile the package:

make

Install the package and remove some harmful libtool archive and static library files:

make install
rm -v /usr/lib/libarchive.{a,la}
[Note]

Note

As discussed in locale-wrong-filename-encoding, if the Zip archive to be extracted contains any file with a name containing any non-Latin characters, you need to manually specify the encoding of those characters or they will be turned into unreadable sequences in the extracted file name. For example, if a Zip archive created with WinZip, archive.zip, contains a file named with Simplified Chinese characters, the encoding should be CP936 and the -I cp936 option should be used. I.e. the command to extract the archive should be unzip -I cp936 archive.zip.

8.77.2. Command Explanations

--without-xml2: This switch sets expat for xar archive format support instead of preferred libxml2 if both packages are installed.

8.77.3. Contents

Installed Programs: bsdcat, bsdcpio, bsdtar, and bsdunzip
Installed Libraries: libarchive.so
Installed Directories: None

Short Descriptions

bsdcat

expands files to standard output

bsdcpio

is a tool similar to cpio

bsdtar

is a tool similar to GNU tar

bsdunzip

is a tool similar to Info-ZIP unzip

libarchive.so

is a library that can create and read several streaming archive formats