How to Install and Uninstall python-pex Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 03,2024

1. Install "python-pex" package

Please follow the steps below to install python-pex on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pex

2. Uninstall "python-pex" package

Learn how to uninstall python-pex on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-pex $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pex package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-pex
Priority: optional
Section: universe/python
Installed-Size: 294
Maintainer: Ubuntu Developers
Original-Maintainer: Barry Warsaw
Architecture: all
Version: 1.1.4-1
Depends: python-pkg-resources, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-pex-doc
Filename: pool/universe/p/python-pex/python-pex_1.1.4-1_all.deb
Size: 64444
MD5sum: 7795055cdc3040b7388d55b9f532a2ac
SHA1: 5d7de863ae30891d3705a2b001e9ec4c88559645
SHA256: 704b41b4fbb6bb8a56d255d41eac1765e24ade0c4e6659eb983d49f8d0acedc6
Description-en: library for generating Python executable zip files
pex is a library for generating .pex (Python EXecutable) files which
are executable Python environments in the spirit of virtualenvs. pex
is an expansion upon the ideas outlined in PEP 441 and makes the
deployment of Python applications as simple as cp. pex files may even
include multiple platform-specific Python distributions, meaning that
a single pex file can be portable across Linux and OS X.
.
pex files can be built using the pex tool. Build systems such as
Pants and Buck also support building .pex files directly.
.
This is the Python 2 library version.
Description-md5: d8b644635513c49b7b6bb4bf18020ad9
Homepage: https://github.com/pantsbuild/pex
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu