How to Install and Uninstall python3-d2to1.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-d2to1.noarch" package

Here is a brief guide to show you how to install python3-d2to1.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-d2to1.noarch

2. Uninstall "python3-d2to1.noarch" package

This guide covers the steps necessary to uninstall python3-d2to1.noarch on Fedora 34:

$ sudo dnf remove python3-d2to1.noarch $ sudo dnf autoremove

3. Information about the python3-d2to1.noarch package on Fedora 34

Last metadata expiration check: 4:28:18 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-d2to1
Version : 0.2.12
Release : 19.post1.fc34
Architecture : noarch
Size : 52 k
Source : python-d2to1-0.2.12-19.post1.fc34.src.rpm
Repository : fedora
Summary : Allows using distutils2-like setup.cfg files with setup.py
URL : http://pypi.python.org/pypi/d2to1
License : BSD
Description : d2to1 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.