How to Install and Uninstall python2-requirements-detector Package on openSUSE Leap

Last updated: July 03,2024

1. Install "python2-requirements-detector" package

Learn how to install python2-requirements-detector on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-requirements-detector

2. Uninstall "python2-requirements-detector" package

Please follow the steps below to uninstall python2-requirements-detector on openSUSE Leap:

$ sudo zypper remove python2-requirements-detector

3. Information about the python2-requirements-detector package on openSUSE Leap

Information for package python2-requirements-detector:
------------------------------------------------------
Repository : Main Repository
Name : python2-requirements-detector
Version : 0.6-bp153.1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 35,3 KiB
Installed : No
Status : not installed
Source package : python-requirements-detector-0.6-bp153.1.16.src
Summary : Python tool to find and list requirements of a Python project
Description :
Requirements-detector is a Python tool which attempts to find and list
the requirements of a Python project.
When run from the root of a Python project, it will try to ascertain
which libraries and the versions of those libraries that the project
depends on.