How to Install libpython2.7 in Ubuntu 18.04



Install libpython2.7 by entering the following commands in the terminal:

sudo apt update
sudo apt install libpython2.7

Description:

Shared Python runtime library (version 2.7)

Python is a high-level, interactive, object-oriented language. Its 2.7 version includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. . This package contains the shared runtime library, normally not needed for programs using the statically linked interpreter.

Version: 2.7.15~rc1-1

Section: libs