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

Last updated: May 17,2024

1. Install "python3-prctl" package

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

$ sudo apt update $ sudo apt install python3-prctl

2. Uninstall "python3-prctl" package

Learn how to uninstall python3-prctl on Kali Linux:

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

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

Package: python3-prctl
Source: python-prctl (1.8.1-1)
Version: 1.8.1-1+b3
Installed-Size: 208
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.4), libcap2 (>= 1:2.10)
Size: 38696
SHA256: 21a21ab080f411d71be992297ce5120a8b16375afc263f4560b6dae7a7ac6856
SHA1: c902c75e068476ded6c24f97ab7be5bcc8ae18ed
MD5sum: 8db1f66b3756f8d2805d3a7ee5dc2335
Description: Python interface to the prctl() syscall (Python 3)
The Linux prctl() function allows you to control specific characteristics of a
process' behaviour. Usage of the function is fairly messy though, due to
limitations in C and Linux. This module provides a nice non-messy Python(ic)
interface.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/seveas/python-prctl
Section: python
Priority: optional
Filename: pool/main/p/python-prctl/python3-prctl_1.8.1-1+b3_amd64.deb