How to Install and Uninstall python2-setproctitle Package on openSUSE Leap

Last updated: December 24,2024

1. Install "python2-setproctitle" package

Please follow the guidance below to install python2-setproctitle on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-setproctitle

2. Uninstall "python2-setproctitle" package

Here is a brief guide to show you how to uninstall python2-setproctitle on openSUSE Leap:

$ sudo zypper remove python2-setproctitle

3. Information about the python2-setproctitle package on openSUSE Leap

Information for package python2-setproctitle:
---------------------------------------------
Repository : Main Repository
Name : python2-setproctitle
Version : 1.1.10-bp153.1.19
Arch : x86_64
Vendor : openSUSE
Installed Size : 35,8 KiB
Installed : No
Status : not installed
Source package : python-setproctitle-1.1.10-bp153.1.19.src
Summary : Python module to allow customization of the process title
Description :
Changing the title is mostly useful in multi-process systems, for example when
a master process is forked: changing the children's title allows to identify
the task each process is busy with. The technique is used by PostgreSQL and
the OpenSSH Server for example.