How to Install and Uninstall python311-python-prctl Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "python311-python-prctl" package

Please follow the guidance below to install python311-python-prctl on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-python-prctl

2. Uninstall "python311-python-prctl" package

Please follow the step by step instructions below to uninstall python311-python-prctl on openSuSE Tumbleweed:

$ sudo zypper remove python311-python-prctl

3. Information about the python311-python-prctl package on openSuSE Tumbleweed

Information for package python311-python-prctl:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-python-prctl
Version : 1.8.1-2.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 52.2 KiB
Installed : No
Status : not installed
Source package : python-python-prctl-1.8.1-2.9.src
Upstream URL : https://github.com/seveas/python-prctl
Summary : Python(ic) interface to the linux prctl syscall
Description :
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.
Besides prctl, this library also wraps libcap for complete capability handling
and allows you to set the process name as seen in ps and top.