How to Install and Uninstall python3-d2to1 Package on Kali Linux

Last updated: March 15,2025

1. Install "python3-d2to1" package

This is a short guide on how to install python3-d2to1 on Kali Linux

$ sudo apt update $ sudo apt install python3-d2to1

2. Uninstall "python3-d2to1" package

Please follow the steps below to uninstall python3-d2to1 on Kali Linux:

$ sudo apt remove python3-d2to1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-d2to1 package on Kali Linux

Package: python3-d2to1
Source: d2to1
Version: 0.2.12-3
Installed-Size: 103
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pkg-resources, python3:any
Size: 27920
SHA256: d6f1c008cf5c94526784405d084d227a4a7bab0c62b2aaea55e056372b9622f7
SHA1: d466c183ddc2b0649ccb2d87ada649300c0927de
MD5sum: 465b47b408f659fbd195e2dd206ec669
Description: Python3 support for distutils2-like setup.cfg files as package metadata
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.
.
This package provides d2to1 on the Python 3 module path. It is complemented
by python-d2to1.
Description-md5:
Homepage: https://pypi.python.org/pypi/d2to1
Section: python
Priority: optional
Filename: pool/main/d/d2to1/python3-d2to1_0.2.12-3_all.deb