How to Install and Uninstall python310-eradicate Package on openSuSE Tumbleweed
Last updated: November 15,2024
1. Install "python310-eradicate" package
This tutorial shows how to install python310-eradicate on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python310-eradicate
Copied
2. Uninstall "python310-eradicate" package
In this section, we are going to explain the necessary steps to uninstall python310-eradicate on openSuSE Tumbleweed:
$
sudo zypper remove
python310-eradicate
Copied
3. Information about the python310-eradicate package on openSuSE Tumbleweed
Information for package python310-eradicate:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-eradicate
Version : 2.3.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 24.8 KiB
Installed : No
Status : not installed
Source package : python-eradicate-2.3.0-1.4.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.)
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-eradicate
Version : 2.3.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 24.8 KiB
Installed : No
Status : not installed
Source package : python-eradicate-2.3.0-1.4.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.)