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

Last updated: May 20,2024

1. Install "python3-d2to1" package

In this section, we are going to explain the necessary steps to install python3-d2to1 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-d2to1

2. Uninstall "python3-d2to1" package

Please follow the steps below to uninstall python3-d2to1 on openSUSE Leap:

$ sudo zypper remove python3-d2to1

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

Information for package python3-d2to1:
--------------------------------------
Repository : Main Repository
Name : python3-d2to1
Version : 0.2.12.post1-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 184.6 KiB
Installed : No
Status : not installed
Source package : python-d2to1-0.2.12.post1-bp155.2.11.src
Upstream URL : https://pypi.python.org/pypi/d2to1
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.