How to Install and Uninstall python39-requirements-detector Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "python39-requirements-detector" package

Here is a brief guide to show you how to install python39-requirements-detector on openSuSE Tumbleweed

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

2. Uninstall "python39-requirements-detector" package

Please follow the guidance below to uninstall python39-requirements-detector on openSuSE Tumbleweed:

$ sudo zypper remove python39-requirements-detector

3. Information about the python39-requirements-detector package on openSuSE Tumbleweed

Information for package python39-requirements-detector:
-------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-requirements-detector
Version : 0.7-2.17
Arch : noarch
Vendor : openSUSE
Installed Size : 33.5 KiB
Installed : No
Status : not installed
Source package : python-requirements-detector-0.7-2.17.src
Upstream URL : https://github.com/landscapeio/requirements-detector
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.