How to Install and Uninstall python2-python-prctl Package on openSUSE Leap

Last updated: May 21,2024

1. Install "python2-python-prctl" package

In this section, we are going to explain the necessary steps to install python2-python-prctl on openSUSE Leap

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

2. Uninstall "python2-python-prctl" package

Learn how to uninstall python2-python-prctl on openSUSE Leap:

$ sudo zypper remove python2-python-prctl

3. Information about the python2-python-prctl package on openSUSE Leap

Information for package python2-python-prctl:
---------------------------------------------
Repository : Main Repository
Name : python2-python-prctl
Version : 1.7-2.15
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 37,4 KiB
Installed : No
Status : not installed
Source package : python-python-prctl-1.7-2.15.src
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.