How to Install libpython-all-dev in Ubuntu 18.04



Install libpython-all-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libpython-all-dev

Description:

package depending on all supported Python development packages

The package currently depends on libpython2.7-dev, in the future, dependencies on jython (Python for a JVM) and ironpython (Python for Mono) may be added. . This package is a dependency package used as a build dependency for other packages to avoid hardcoded dependencies on specific Python development packages.

Homepage: http://www.python.org/

Version: 2.7.15~rc1-1

Section: python