How to Install and Uninstall python-pex-doc Package on Kali Linux

Last updated: May 15,2024

1. Install "python-pex-doc" package

Please follow the guidelines below to install python-pex-doc on Kali Linux

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

2. Uninstall "python-pex-doc" package

Please follow the instructions below to uninstall python-pex-doc on Kali Linux:

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

3. Information about the python-pex-doc package on Kali Linux

Package: python-pex-doc
Source: python-pex
Version: 1.5.3-1
Installed-Size: 1332
Maintainer: Debian QA Group
Architecture: all
Depends: libjs-sphinxdoc (>= 4.3)
Size: 121652
SHA256: 9944db5a625e98a2add514e38f37b6a9a8d98cc51c0efd046ac43dd56340f496
SHA1: a5179bde561c25ba1e9ccf69bfb194559f52069d
MD5sum: d7b79f1d0e26e3f8888009f808659a7e
Description: 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:
Multi-Arch: foreign
Homepage: https://github.com/pantsbuild/pex
Section: doc
Priority: optional
Filename: pool/main/p/python-pex/python-pex-doc_1.5.3-1_all.deb