How to Install and Uninstall pip-check-reqs Package on Ubuntu 21.10 (Impish Indri)

Last updated: April 20,2024

1. Install "pip-check-reqs" package

Please follow the step by step instructions below to install pip-check-reqs on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "pip-check-reqs" package

Please follow the steps below to uninstall pip-check-reqs on Ubuntu 21.10 (Impish Indri):

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

3. Information about the pip-check-reqs package on Ubuntu 21.10 (Impish Indri)

Package: pip-check-reqs
Architecture: all
Version: 2.1.1-3
Priority: optional
Section: universe/devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Francois Marier
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 57
Depends: python3-packaging, python3-pip, python3:any
Filename: pool/universe/p/pip-check-reqs/pip-check-reqs_2.1.1-3_all.deb
Size: 11836
MD5sum: b0a224f5b9eb7b43c0ff0e10921ad7cb
SHA1: 0214a5b0d30b7b0403a497dff87b60bdb7924329
SHA256: d09334ca46618e5884724083ab79864ad4eb4122ba09cbd17861ec1acc735d19
SHA512: 16b10d683bce9da3a5fce669de9490f8fa5105a95196045b17fb7727056b53ca2cd0db074b7cbd3a180ca820760f513cea786a4c95fcc8e84e062fe0c6899cea
Homepage: https://github.com/r1chardj0n3s/pip-check-reqs
Description-en: 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: 8de904704726eb281b1fbec5efc4a5d0