How to Install and Uninstall python38-eradicate Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "python38-eradicate" package

Please follow the guidelines below to install python38-eradicate on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-eradicate

2. Uninstall "python38-eradicate" package

Please follow the step by step instructions below to uninstall python38-eradicate on openSuSE Tumbleweed:

$ sudo zypper remove python38-eradicate

3. Information about the python38-eradicate package on openSuSE Tumbleweed

Information for package python38-eradicate:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-eradicate
Version : 1.0-2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 23,7 KiB
Installed : No
Status : not installed
Source package : python-eradicate-1.0-2.12.src
Summary : Python utility for removing commented-out code
Description :
With modern revision control available, there is no reason to save
commented-out code to your repository. "eradicate" helps cleans up
existing junk comments. It does this by detecting block comments that
contain valid Python syntax that are likely to be commented out code.
(It avoids false positives like the sentence "this is not good",
which is valid Python syntax, but is probably not code.)