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

Last updated: May 17,2024

1. Install "python3-setproctitle" package

Please follow the instructions below to install python3-setproctitle on Kali Linux

$ sudo apt update $ sudo apt install python3-setproctitle

2. Uninstall "python3-setproctitle" package

This is a short guide on how to uninstall python3-setproctitle on Kali Linux:

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

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

Package: python3-setproctitle
Source: python-setproctitle (1.3.3-1)
Version: 1.3.3-1+b1
Installed-Size: 78
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.4)
Size: 19492
SHA256: 27b28abb151bc0613fb0117cee5f4dd48ac53038d31b1c1f4e920e91fd2d5d42
SHA1: a1828a8b6aff3b7c9136695d4bb403c79fb05ad8
MD5sum: c7d268d264bf4b2d1a4ee1ea420c1534
Description: Setproctitle implementation for Python 3
The library allows a process to change its title (as displayed by system tools
such as ps and top).
.
Changing the title is mostly useful in multi-process systems, for example when
a master process is forked: changing the children's title allows one to
identify the task each process is busy with. The technique is used by
PostgreSQL and the OpenSSH Server for example.
.
This is the Python 3 package.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/dvarrazzo/py-setproctitle
Section: python
Priority: optional
Filename: pool/main/p/python-setproctitle/python3-setproctitle_1.3.3-1+b1_amd64.deb