How to Install and Uninstall equivs Package on Kali Linux

Last updated: October 06,2024

1. Install "equivs" package

In this section, we are going to explain the necessary steps to install equivs on Kali Linux

$ sudo apt update $ sudo apt install equivs

2. Uninstall "equivs" package

This tutorial shows how to uninstall equivs on Kali Linux:

$ sudo apt remove equivs $ sudo apt autoclean && sudo apt autoremove

3. Information about the equivs package on Kali Linux

Package: equivs
Version: 2.3.1
Installed-Size: 58
Maintainer: Debian Perl Group
Architecture: all
Depends: debhelper, dpkg-dev, make, perl
Size: 22732
SHA256: 5d2af219b732f1a69a1787f7d98f4a4111ff59df1d98a47d33b3379195c2b65c
SHA1: f6798a266857b4b414dd50cdbb60c91484fd1554
MD5sum: 94855bfe932e82156b98923c0959b2f8
Description: Circumvent Debian package dependencies
This package provides a tool to create trivial Debian packages.
Typically these packages contain only dependency information, but they
can also include normal installed files like other packages do.
.
One use for this is to create a metapackage: a package whose sole
purpose is to declare dependencies and conflicts on other packages so
that these will be automatically installed, upgraded, or removed.
.
Another use is to circumvent dependency checking: by letting dpkg
think a particular package name and version is installed when it
isn't, you can work around bugs in other packages' dependencies.
(Please do still file such bugs, though.)
Description-md5:
Tag: admin::package-management, devel::packaging, implemented-in::perl,
interface::commandline, role::program, scope::utility, suite::debian,
works-with::software:package
Section: admin
Priority: optional
Filename: pool/main/e/equivs/equivs_2.3.1_all.deb