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

Last updated: May 11,2024

1. Install "python3-pex" package

This guide let you learn how to install python3-pex on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pex

2. Uninstall "python3-pex" package

This guide covers the steps necessary to uninstall python3-pex on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-pex
Priority: optional
Section: universe/python
Installed-Size: 294
Maintainer: Ubuntu Developers
Original-Maintainer: Barry Warsaw
Architecture: all
Source: python-pex
Version: 1.1.4-1
Depends: python3-pkg-resources, python3:any (>= 3.4~)
Suggests: python-pex-doc
Filename: pool/universe/p/python-pex/python3-pex_1.1.4-1_all.deb
Size: 64502
MD5sum: 40e54d6751abd70bf91f1a65efde2384
SHA1: 6fc5e5a2dcb200ac1b78a314a1ecdfb8176aa1a7
SHA256: 1d3c4afb0c0530a9cc483eb7095afbe79ff75605ba08683afafcb8b9b98f601e
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 3 library version.
Description-md5: f3c7d491758d5f76ff121f49cf1ce7fd
Homepage: https://github.com/pantsbuild/pex
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu