How to Install and Uninstall pex Package on Kali Linux

Last updated: May 18,2024

1. Install "pex" package

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

$ sudo apt update $ sudo apt install pex

2. Uninstall "pex" package

Please follow the steps below to uninstall pex on Kali Linux:

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

3. Information about the pex package on Kali Linux

Package: pex
Source: python-pex
Version: 1.5.3-1
Installed-Size: 29
Maintainer: Debian QA Group
Architecture: all
Replaces: python-pex-cli (<< 1.0.3-2~)
Depends: python3, python3-pex, python3-pkg-resources, python3-requests, python3-setuptools, python3-wheel, python3:any
Suggests: python-pex-doc
Breaks: python-pex-cli (<< 1.0.3-2~)
Size: 19924
SHA256: 2d34489b1854df358b61fd9e265b00614d2d13df1370198a5eaa09e388e73906
SHA1: 98f10f9bdf3297f8a1c9c86617f615c483655920
MD5sum: 9ad726d2c5d1060711fbf87a9751cb64
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 command line package.
Description-md5:
Homepage: https://github.com/pantsbuild/pex
Section: python
Priority: optional
Filename: pool/main/p/python-pex/pex_1.5.3-1_all.deb