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

Last updated: May 15,2024

1. Install "python-pex-doc" package

This guide covers the steps necessary to install python-pex-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pex-doc

2. Uninstall "python-pex-doc" package

Please follow the guidelines below to uninstall python-pex-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pex-doc
Priority: optional
Section: universe/doc
Installed-Size: 1019
Maintainer: Ubuntu Developers
Original-Maintainer: Barry Warsaw
Architecture: all
Source: python-pex
Version: 1.1.4-1
Depends: libjs-sphinxdoc (>= 1.0), sphinx-rtd-theme-common
Filename: pool/universe/p/python-pex/python-pex-doc_1.1.4-1_all.deb
Size: 87990
MD5sum: 6302291dcb8cdb98115b32f0179cab91
SHA1: a00386c1e3399e733f7d8d9a6fc4256b6899ed9b
SHA256: 9736db25b3c0c48c6345aad794f20643c68693e68cbe59f78a86d986dcc868f7
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 common documentation package.
Description-md5: cd671abe9ea46c55de4afdacb34e35c6
Homepage: https://github.com/pantsbuild/pex
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu