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

Last updated: May 16,2024

1. Install "python3-portpicker" package

Learn how to install python3-portpicker on Kali Linux

$ sudo apt update $ sudo apt install python3-portpicker

2. Uninstall "python3-portpicker" package

Learn how to uninstall python3-portpicker on Kali Linux:

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

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

Package: python3-portpicker
Source: python-portpicker
Version: 1.6.0-1
Installed-Size: 64
Maintainer: Sascha Steinbiss
Architecture: all
Depends: python3-psutil, python3:any, python3-pkg-resources
Size: 16104
SHA256: af310742124b2a57a0503c1c979510eee149359152494fcf373d700e7a810344
SHA1: 3914d3c8b1f31ed4a1f3fc98e6d9e16da77178b9
MD5sum: 09336f1002306abe2274600499a32553
Description: Python 3 module to find unused network ports to bind to
Portpicker provides an API to find and return an available
network port for an application to bind to. Ideally suited for use from
unittests or for test harnesses that launch local servers.
.
It also contains an optional portserver that can be used to coordinate
allocation of network ports on a single build/test farm host across all
processes willing to use a port server aware port picker library such as
this one.
Description-md5:
Homepage: https://github.com/google/python_portpicker
Section: python
Priority: optional
Filename: pool/main/p/python-portpicker/python3-portpicker_1.6.0-1_all.deb