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

Last updated: May 18,2024

1. Install "python39-whichcraft" package

Please follow the instructions below to install python39-whichcraft on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-whichcraft

2. Uninstall "python39-whichcraft" package

Please follow the guidelines below to uninstall python39-whichcraft on openSuSE Tumbleweed:

$ sudo zypper remove python39-whichcraft

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

Information for package python39-whichcraft:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-whichcraft
Version : 0.6.1-2.5
Arch : noarch
Vendor : openSUSE
Installed Size : 14.5 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.