How to Install and Uninstall python3-requirements-detector Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "python3-requirements-detector" package

This tutorial shows how to install python3-requirements-detector on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-requirements-detector

2. Uninstall "python3-requirements-detector" package

This tutorial shows how to uninstall python3-requirements-detector on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-requirements-detector $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-requirements-detector package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-requirements-detector
Priority: optional
Section: universe/python
Installed-Size: 44
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-requirements-detector
Version: 0.4.1-1
Depends: python3-astroid, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-requirements-detector/python3-requirements-detector_0.4.1-1_all.deb
Size: 9074
MD5sum: 9031e6d05e91bdb86f67bc3252bc13e5
SHA1: 01d2d001c30df1d5ad2931dff835fbcff60fb477
SHA256: 196b2d853342fc62adf5a6c02009e50861533f6614ec1e191de5fc5cf0281519
Description-en: finds and lists the requirements of a Python project
Requirements-detector could be run either as a module or with its CLI tool
(detect-requirements). It scans for and lists the project's requirements
out of several sources for them.
.
This package contains the CLI tool and the modules for Python 3.
Description-md5: 03ebf56191a3cf464311e80709cbaf9a
Homepage: https://github.com/landscapeio/requirements-detector
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu