How to Install and Uninstall python312-whichcraft Package on openSuSE Tumbleweed

Last updated: June 23,2024

1. Install "python312-whichcraft" package

In this section, we are going to explain the necessary steps to install python312-whichcraft on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-whichcraft

2. Uninstall "python312-whichcraft" package

Please follow the step by step instructions below to uninstall python312-whichcraft on openSuSE Tumbleweed:

$ sudo zypper remove python312-whichcraft

3. Information about the python312-whichcraft package on openSuSE Tumbleweed

Information for package python312-whichcraft:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-whichcraft
Version : 0.6.1-2.5
Arch : noarch
Vendor : openSUSE
Installed Size : 15.7 KiB
Installed : No
Status : not installed
Source package : python-whichcraft-0.6.1-2.5.src
Upstream URL : https://github.com/pydanny/whichcraft
Summary : Cross-python shutil.which functionality
Description :
This is a shim for the "shutil.which" function designed to work
across multiple versions of Python and inside of windows, and
originally done for Cookiecutter. The code for Python 2.x is based on
Python 3 code that was extracted from source.