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

Last updated: June 02,2024

1. Install "python310-whichcraft" package

This tutorial shows how to install python310-whichcraft on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-whichcraft

2. Uninstall "python310-whichcraft" package

This guide let you learn how to uninstall python310-whichcraft on openSuSE Tumbleweed:

$ sudo zypper remove python310-whichcraft

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

Information for package python310-whichcraft:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-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.