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

Last updated: May 13,2024

1. Install "python2-whichcraft" package

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

$ sudo zypper refresh $ sudo zypper install python2-whichcraft

2. Uninstall "python2-whichcraft" package

Learn how to uninstall python2-whichcraft on openSUSE Leap:

$ sudo zypper remove python2-whichcraft

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

Information for package python2-whichcraft:
-------------------------------------------
Repository : Main Repository
Name : python2-whichcraft
Version : 0.6.1-bp153.1.24
Arch : noarch
Vendor : openSUSE
Installed Size : 16,0 KiB
Installed : No
Status : not installed
Source package : python-whichcraft-0.6.1-bp153.1.24.src
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.