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

Last updated: October 04,2024

1. Install "python311-whichcraft" package

This is a short guide on how to install python311-whichcraft on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-whichcraft

2. Uninstall "python311-whichcraft" package

Please follow the instructions below to uninstall python311-whichcraft on openSuSE Tumbleweed:

$ sudo zypper remove python311-whichcraft

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

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