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

Last updated: May 19,2024

1. Install "python3-distro" package

This guide covers the steps necessary to install python3-distro on Kali Linux

$ sudo apt update $ sudo apt install python3-distro

2. Uninstall "python3-distro" package

Learn how to uninstall python3-distro on Kali Linux:

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

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

Package: python3-distro
Source: python-distro
Version: 1.9.0-1
Installed-Size: 83
Maintainer: Debian Python Team
Architecture: all
Depends: lsb-release, python3:any
Size: 20276
SHA256: b48975ae9c1c6fcc06301a3febeee390a817b21604576228807f7f37af458473
SHA1: 3c6896c43817ee27c24eb3edcd401cecb35ffdff
MD5sum: 20765f65ed43a8b444424add8564f2ab
Description: Linux OS platform information API
distro (for: Linux Distribution) provides information about the Linux
distribution it runs on, such as a reliable machine-readable ID, or version
information.
.
It is a renewed alternative implementation for Python's original
platform.linux_distribution function, but it also provides much more
functionality which isn't necessarily Python bound like a command-line
interface.
.
This is the Python 3 version of the library.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/python-distro/distro
Section: python
Priority: optional
Filename: pool/main/p/python-distro/python3-distro_1.9.0-1_all.deb