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

Last updated: May 18,2024

1. Install "python2-bindep" package

This guide covers the steps necessary to install python2-bindep on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-bindep

2. Uninstall "python2-bindep" package

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

$ sudo zypper remove python2-bindep

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

Information for package python2-bindep:
---------------------------------------
Repository : Main Repository
Name : python2-bindep
Version : 2.8.1-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 238,2 KiB
Installed : No
Status : not installed
Source package : python-bindep-2.8.1-bp153.1.17.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.