py3clean
minimal subset of the Python language (default python3 version)
Install
- All systems
-
curl cmd.cat/py3clean.sh
- Debian
-
apt-get install python3-minimal
- Ubuntu
-
apt-get install python3-minimal
- Kali Linux
-
apt-get install python3-minimal
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-minimal
- Raspbian
-
apt-get install python3-minimal
- Dockerfile
- dockerfile.run/py3clean
python3-minimal
minimal subset of the Python language (default python3 version)
This package contains the interpreter and some essential modules. It's used in the boot process for some basic tasks. See /usr/share/doc/python3.6-minimal/README.Debian for a list of the modules contained in this package.
python3
interactive high-level object-oriented language (default python3 version)
Python, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. This package is a dependency package, which depends on Debian's default Python 3 version (currently v3.6).