How to Install and Uninstall python36-d2to1 Package on openSuSE Tumbleweed

Last updated: May 13,2024

1. Install "python36-d2to1" package

Please follow the guidelines below to install python36-d2to1 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-d2to1

2. Uninstall "python36-d2to1" package

Please follow the guidelines below to uninstall python36-d2to1 on openSuSE Tumbleweed:

$ sudo zypper remove python36-d2to1

3. Information about the python36-d2to1 package on openSuSE Tumbleweed

Information for package python36-d2to1:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-d2to1
Version : 0.2.12.post1-2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 181,7 KiB
Installed : No
Status : not installed
Source package : python-d2to1-0.2.12.post1-2.8.src
Summary : Allows using distutils2-like setup.cfg with a distribute/setuptools
Description :
d2to1 (the 'd' is for 'distutils') allows using distutils2-like setup.cfg
files for a package's metadata with a distribute/setuptools setup.py script.
It works by providing a distutils2-formatted setup.cfg file containing all of
a package's metadata, and a very minimal setup.py which will slurp its arguments from the setup.cfg.