How to Install and Uninstall pip-check-reqs Package on Kali Linux

Last updated: May 03,2024

1. Install "pip-check-reqs" package

In this section, we are going to explain the necessary steps to install pip-check-reqs on Kali Linux

$ sudo apt update $ sudo apt install pip-check-reqs

2. Uninstall "pip-check-reqs" package

Please follow the step by step instructions below to uninstall pip-check-reqs on Kali Linux:

$ sudo apt remove pip-check-reqs $ sudo apt autoclean && sudo apt autoremove

3. Information about the pip-check-reqs package on Kali Linux

Package: pip-check-reqs
Version: 2.5.3-1
Installed-Size: 69
Maintainer: Francois Marier
Architecture: all
Depends: python3-packaging, python3-pip, python3:any
Size: 15672
SHA256: 1e4142ee8928e54dbd773460b504df9a91a4fef36c71ce2faa7b126702fc8547
SHA1: d9c03c5ff55b0a1c934fd9475752ead79f4ccd4b
MD5sum: c1b084d3d1eeb587d5f21d269d99afd7
Description: checker for missing and extra packages in Python requirements
It happens: you start using a module in your project and it works and you
don't realise that it's only being included in your virtualenv because it's
a dependency of a package you're using. pip-missing-reqs finds those modules
so you can include them in the requirements.txt for the project.
.
Alternatively, you have a long-running project that has some packages in
requirements.txt that are no longer actively used in the codebase. The
pip-extra-reqs tool will find those modules so you can remove them.
Description-md5:
Homepage: https://github.com/r1chardj0n3s/pip-check-reqs
Section: devel
Priority: optional
Filename: pool/main/p/pip-check-reqs/pip-check-reqs_2.5.3-1_all.deb