How To Install Python2.7 On Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora And Raspbian?

How To Install Python2.7 On Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora And Raspbian?

python2.7

interactive high-level object-oriented language (Python2 version)

Maintainer: Matthias Klose


Section: python

Install python2.7

  • Debian apt-get install python2.7-minimal Click to copy
  • Ubuntu apt-get install python2.7-minimal Click to copy
  • Alpine OS apk add python2 Click to copy
  • Arch Linux pacman -S python2 Click to copy
  • Kali Linux apt-get install python2.7-minimal Click to copy
  • CentOS yum install python2.7-minimal Click to copy
  • Fedora dnf install python2 Click to copy
  • Raspbian apt-get install python2.7-minimal Click to copy

python2

interactive high-level object-oriented language (Python2 version)

Python2, 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 Python2 version (currently v2.7).

python2.7-minimal

Minimal subset of the Python language (version 2.7)

This package contains the interpreter and some essential modules. It can be used in the boot process for some basic tasks. See /usr/share/doc/python2.7-minimal/README.Debian for a list of the modules contained in this package.

python2.7-dbg

Debug Build of the Python Interpreter (version 2.7)

The package holds two things: - A Python interpreter configured with --pydebug. Dynamically loaded modules are searched as _d.so first. Third party extensions need a separate build to be used by this interpreter. - Debug information for standard python interpreter and extensions. See the README.debug for more information.

python

interactive high-level object-oriented language (default 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 version (currently v2.7).

Install the latest version of python2.7 in Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora and Raspbian from terminal. To install the python2.7 just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of python2.7 from the respository and install it in your computer/server.