How to Install and Uninstall libapt-pkg6.0 Package on Kali Linux

Last updated: September 21,2024

1. Install "libapt-pkg6.0" package

Please follow the steps below to install libapt-pkg6.0 on Kali Linux

$ sudo apt update $ sudo apt install libapt-pkg6.0

2. Uninstall "libapt-pkg6.0" package

Please follow the instructions below to uninstall libapt-pkg6.0 on Kali Linux:

$ sudo apt remove libapt-pkg6.0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libapt-pkg6.0 package on Kali Linux

Package: libapt-pkg6.0
Source: apt
Version: 2.7.10+kali1
Architecture: amd64
Maintainer: Kali Developers
Installed-Size: 3590
Depends: libbz2-1.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgcrypt20 (>= 1.10.0), liblz4-1 (>= 0.0~r127), liblzma5 (>= 5.1.1alpha+20120614), libstdc++6 (>= 13.1), libsystemd0 (>= 221), libudev1 (>= 183), libxxhash0 (>= 0.7.1), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.2.2.3)
Recommends: apt (>= 2.7.10+kali1)
Breaks: appstream (<< 0.9.0-3~), apt (<< 1.6~), aptitude (<< 0.8.9), dpkg (<< 1.20.8), libapt-inst1.5 (<< 0.9.9~)
Provides: libapt-pkg (= 2.7.10+kali1)
Multi-Arch: same
Priority: optional
Section: libs
Filename: pool/main/a/apt/libapt-pkg6.0_2.7.10+kali1_amd64.deb
Size: 982520
SHA256: 0acfac41a04719202a504bf1b5715d574be83ba5371807cfeedb3a107994cf8a
SHA1: eb1bfeca393e8f185aa4752122b8e26e9d94d7ec
MD5sum: f520243dcdab9569302475712915c8c0
Description: package management runtime library
This library provides the common functionality for searching and
managing packages as well as information about packages.
Higher-level package managers can depend upon this library.
.
This includes:
* retrieval of information about packages from multiple sources
* retrieval of packages and all dependent packages
needed to satisfy a request either through an internal
solver or by interfacing with an external one
* authenticating the sources and validating the retrieved data
* installation and removal of packages in the system
* providing different transports to retrieve data over cdrom, ftp,
http(s), rsh as well as an interface to add more transports like
tor+http(s) (apt-transport-tor).
Description-md5:
Original-Maintainer: APT Development Team