How to Install and Uninstall python312-autoflake Package on openSuSE Tumbleweed

Last updated: October 05,2024

1. Install "python312-autoflake" package

Please follow the steps below to install python312-autoflake on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-autoflake

2. Uninstall "python312-autoflake" package

This is a short guide on how to uninstall python312-autoflake on openSuSE Tumbleweed:

$ sudo zypper remove python312-autoflake

3. Information about the python312-autoflake package on openSuSE Tumbleweed

Information for package python312-autoflake:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-autoflake
Version : 2.2.1-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 176.0 KiB
Installed : No
Status : not installed
Source package : python-autoflake-2.2.1-2.1.src
Upstream URL : https://github.com/myint/autoflake
Summary : Program to removes unused Python imports and variables
Description :
Autoflake removes unused imports and unused variables from Python
code. It makes use of pyflakes to do this.
By default, autoflake only removes unused imports for modules that
are part of the standard library. (Other modules may have side
effects that make them unsafe to remove automatically.) Removal of
unused variables is also disabled by default.
autoflake also removes useless pass statements.