How to Install and Uninstall python3-whichcraft Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python3-whichcraft" package

Please follow the guidance below to install python3-whichcraft on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-whichcraft

2. Uninstall "python3-whichcraft" package

Please follow the step by step instructions below to uninstall python3-whichcraft on openSUSE Leap:

$ sudo zypper remove python3-whichcraft

3. Information about the python3-whichcraft package on openSUSE Leap

Information for package python3-whichcraft:
-------------------------------------------
Repository : Main Repository
Name : python3-whichcraft
Version : 0.6.1-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 17.5 KiB
Installed : No
Status : not installed
Source package : python-whichcraft-0.6.1-bp155.2.12.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.