How To Install Distro In Debian, Ubuntu, Arch, Kali, Fedora And Raspbian?
Install distro
-
Debian
apt-get install python3-distroClick to copy -
Ubuntu
apt-get install python3-distroClick to copy -
Arch Linux
pacman -S python3-distroClick to copy -
Kali Linux
apt-get install python3-distroClick to copy -
Fedora
dnf install python3-distroClick to copy -
Raspbian
apt-get install python3-distroClick to copy
python3-distro
Linux OS platform information APIdistro (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.
python-distro
Linux OS platform information APIdistro (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 2 version of the library.




