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

Last updated: July 05,2024

1. Install "python36-bindep" package

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

$ sudo zypper refresh $ sudo zypper install python36-bindep

2. Uninstall "python36-bindep" package

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

$ sudo zypper remove python36-bindep

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

Information for package python36-bindep:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-bindep
Version : 2.8.1-1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 214,3 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.