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

Last updated: May 17,2024

1. Install "python3-setproctitle" package

This guide let you learn how to install python3-setproctitle on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-setproctitle

2. Uninstall "python3-setproctitle" package

Please follow the instructions below to uninstall python3-setproctitle on openSUSE Leap:

$ sudo zypper remove python3-setproctitle

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

Information for package python3-setproctitle:
---------------------------------------------
Repository : Main Repository
Name : python3-setproctitle
Version : 1.1.10-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 32.0 KiB
Installed : No
Status : not installed
Source package : python-setproctitle-1.1.10-bp155.2.13.src
Upstream URL : https://github.com/dvarrazzo/py-setproctitle/
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.