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

Last updated: July 07,2024

1. Install "python310-bindep" package

This tutorial shows how to install python310-bindep on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-bindep

2. Uninstall "python310-bindep" package

This is a short guide on how to uninstall python310-bindep on openSuSE Tumbleweed:

$ sudo zypper remove python310-bindep

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

Information for package python310-bindep:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-bindep
Version : 2.11.0-3.5
Arch : noarch
Vendor : openSUSE
Installed Size : 192.8 KiB
Installed : No
Status : not installed
Source package : python-bindep-2.11.0-3.5.src
Upstream URL : https://docs.opendev.org/opendev/bindep
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.