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

Last updated: May 18,2024

1. Install "python3-eradicate" package

Please follow the guidelines below to install python3-eradicate on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-eradicate

2. Uninstall "python3-eradicate" package

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

$ sudo zypper remove python3-eradicate

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

Information for package python3-eradicate:
------------------------------------------
Repository : Main Repository
Name : python3-eradicate
Version : 1.0-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 23.5 KiB
Installed : No
Status : not installed
Source package : python-eradicate-1.0-bp155.2.12.src
Upstream URL : https://github.com/myint/eradicate
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.)