How to Install and Uninstall python310-setproctitle Package on openSuSE Tumbleweed

Last updated: October 05,2024

1. Install "python310-setproctitle" package

Please follow the steps below to install python310-setproctitle on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-setproctitle

2. Uninstall "python310-setproctitle" package

In this section, we are going to explain the necessary steps to uninstall python310-setproctitle on openSuSE Tumbleweed:

$ sudo zypper remove python310-setproctitle

3. Information about the python310-setproctitle package on openSuSE Tumbleweed

Information for package python310-setproctitle:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-setproctitle
Version : 1.3.3-2.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 46.8 KiB
Installed : No
Status : not installed
Source package : python-setproctitle-1.3.3-2.4.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.