How to Install and Uninstall libarchive13 Package on Kali Linux

Last updated: May 21,2024

1. Install "libarchive13" package

This is a short guide on how to install libarchive13 on Kali Linux

$ sudo apt update $ sudo apt install libarchive13

2. Uninstall "libarchive13" package

Learn how to uninstall libarchive13 on Kali Linux:

$ sudo apt remove libarchive13 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libarchive13 package on Kali Linux

Package: libarchive13
Source: libarchive
Version: 3.7.2-1
Installed-Size: 867
Maintainer: Peter Pentchev
Architecture: amd64
Depends: libacl1 (>= 2.2.23), libbz2-1.0, libc6 (>= 2.36), liblz4-1 (>= 0.0~r130), liblzma5 (>= 5.2.2), libnettle8, libxml2 (>= 2.7.4), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: lrzip
Size: 344748
SHA256: dd3dd822232c526f903389c17387f1bbe7449df58fe817b0eb1b5c0174393ea2
SHA1: d83a1526b3b889fbf1f8469752b8b38383b4911b
MD5sum: 134c6b08d7137d60a297fc3cb97d4d06
Description: Multi-format archive and compression library (shared library)
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 libarchive shared library.
Description-md5:
Multi-Arch: same
Homepage: https://www.libarchive.org/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/liba/libarchive/libarchive13_3.7.2-1_amd64.deb