How to Install and Uninstall python3-pex Package on Kali Linux

Last updated: May 11,2024

1. Install "python3-pex" package

This guide covers the steps necessary to install python3-pex on Kali Linux

$ sudo apt update $ sudo apt install python3-pex

2. Uninstall "python3-pex" package

This tutorial shows how to uninstall python3-pex on Kali Linux:

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

3. Information about the python3-pex package on Kali Linux

Package: python3-pex
Source: python-pex
Version: 1.5.3-1
Installed-Size: 393
Maintainer: Debian QA Group
Architecture: all
Depends: python3-pkg-resources, python3-wheel, python3:any
Suggests: python-pex-doc
Size: 97668
SHA256: 65c44abe69ffe842a458668284ee9f6b63ca86bfbe0cf469b58a7a12834f5c08
SHA1: 48bb59fc95242a2dbd3b2af9e917a022f763b59c
MD5sum: e0c756be93a848384a8f3d2ea495f1e7
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 Python 3 library version.
Description-md5:
Homepage: https://github.com/pantsbuild/pex
Section: python
Priority: optional
Filename: pool/main/p/python-pex/python3-pex_1.5.3-1_all.deb