How to Install and Uninstall python38-bindep Package on openSuSE Tumbleweed

Last updated: May 03,2024

1. Install "python38-bindep" package

Please follow the instructions below to install python38-bindep on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-bindep

2. Uninstall "python38-bindep" package

Learn how to uninstall python38-bindep on openSuSE Tumbleweed:

$ sudo zypper remove python38-bindep

3. Information about the python38-bindep package on openSuSE Tumbleweed

Information for package python38-bindep:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-bindep
Version : 2.8.1-1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 208,8 KiB
Installed : No
Status : not installed
Source package : python-bindep-2.8.1-1.14.src
Summary : Binary dependency utility
Description :
Bindep is a tool for checking the presence of binary packages needed to
use an application / library. It started life as a way to make it easier to set
up a development environment for OpenStack projects. While OpenStack depends
heavily on `pip` for installation of Python dependencies, some dependencies are
not Python based, and particularly for testing, some dependencies have to be
installed before `pip` can be used - such as `virtualenv` and `pip` itself.