How to Install and Uninstall libarchive-dev Package on Kali Linux

Last updated: April 28,2024

1. Install "libarchive-dev" package

Please follow the step by step instructions below to install libarchive-dev on Kali Linux

$ sudo apt update $ sudo apt install libarchive-dev

2. Uninstall "libarchive-dev" package

This guide covers the steps necessary to uninstall libarchive-dev on Kali Linux:

$ sudo apt remove libarchive-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libarchive-dev package on Kali Linux

Package: libarchive-dev
Source: libarchive
Version: 3.7.2-1
Installed-Size: 2160
Maintainer: Peter Pentchev
Architecture: amd64
Depends: libarchive13 (= 3.7.2-1)
Size: 561584
SHA256: 287483e34ee70578ae71f98bfa8cd055542ea3c712a981a054ca45f9d975fa04
SHA1: 6d286d631129e9d7d88435d93a1ebb41172f4542
MD5sum: fc319a1e76c9d0e8cc067b632ec17407
Description: Multi-format archive and compression library (development files)
The libarchive library provides a flexible interface for reading and writing
archives in various formats such as tar and cpio. libarchive also supports
reading and writing archives compressed using various compression filters such
as gzip and bzip2. The library is inherently stream-oriented; readers serially
iterate through the archive, writers serially add things to the archive.
.
Archive formats supported are:
.
* tar (read and write, including GNU extensions)
* pax (read and write, including GNU and star extensions)
* cpio (read and write, including odc and newc variants)
* iso9660 (read and write, including Joliet and Rockridge extensions, with
some limitations)
* zip (read only, with some limitations, uses zlib)
* mtree (read and write)
* shar (write only)
* ar (read and write, including BSD and GNU/SysV variants)
* empty (read only; in particular, note that no other format will accept an
empty file)
* raw (read only)
* xar (read only)
* rar (read only, with some limitations)
* 7zip (read and write, with some limitations)
.
Filters supported are:
.
* gzip (read and write, uses zlib)
* bzip2 (read and write, uses bzlib)
* compress (read and write, uses an internal implementation)
* uudecode (read only)
* separate command-line compressors with fixed-signature auto-detection
* xz and lzma (read and write using liblzma)
* zstandard (read and write using libzstd)
.
This package provides the files necessary for development with libarchive.
Description-md5:
Multi-Arch: same
Homepage: https://www.libarchive.org/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/liba/libarchive/libarchive-dev_3.7.2-1_amd64.deb