How to Install and Uninstall python3-bindep Package on openSUSE Leap

Last updated: July 05,2024

1. Install "python3-bindep" package

Please follow the step by step instructions below to install python3-bindep on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-bindep

2. Uninstall "python3-bindep" package

In this section, we are going to explain the necessary steps to uninstall python3-bindep on openSUSE Leap:

$ sudo zypper remove python3-bindep

3. Information about the python3-bindep package on openSUSE Leap

Information for package python3-bindep:
---------------------------------------
Repository : Main Repository
Name : python3-bindep
Version : 2.8.1-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 215.6 KiB
Installed : No
Status : not installed
Source package : python-bindep-2.8.1-bp155.2.10.src
Upstream URL : http://docs.openstack.org/infra/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.