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

Last updated: May 18,2024

1. Install "pex" package

Please follow the guidelines below to install pex on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pex

2. Uninstall "pex" package

This guide let you learn how to uninstall pex on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: pex
Priority: optional
Section: universe/python
Installed-Size: 15
Maintainer: Ubuntu Developers
Original-Maintainer: Barry Warsaw
Architecture: all
Source: python-pex
Version: 1.1.4-1
Replaces: python-pex-cli (<< 1.0.3-2~)
Depends: python3, python3-pex, python3-pkg-resources, python3-setuptools, python3-wheel, python3:any (>= 3.4~)
Suggests: python-pex-doc
Breaks: python-pex-cli (<< 1.0.3-2~)
Filename: pool/universe/p/python-pex/pex_1.1.4-1_all.deb
Size: 3836
MD5sum: 6ce3a209b703ce49c78f28e950ea8fa4
SHA1: 1ce6b9f4fb924fec5bbc8d1d9fefe81d92117b61
SHA256: 8da5efb484c9d8c276ae403e7bd12f35279451f57eaaab2a9a4f157eb2e0d205
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 command line package.
Description-md5: 3574a1e80ea92f572d28e5e7845385cf
Homepage: https://github.com/pantsbuild/pex
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu