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

Last updated: May 06,2024

1. Install "python2-eradicate" package

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

$ sudo zypper refresh $ sudo zypper install python2-eradicate

2. Uninstall "python2-eradicate" package

This tutorial shows how to uninstall python2-eradicate on openSUSE Leap:

$ sudo zypper remove python2-eradicate

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

Information for package python2-eradicate:
------------------------------------------
Repository : Main Repository
Name : python2-eradicate
Version : 1.0-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 19,4 KiB
Installed : No
Status : not installed
Source package : python-eradicate-1.0-bp153.1.15.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.)