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

Last updated: November 23,2024

1. Install "python36-setproctitle" package

Please follow the instructions below to install python36-setproctitle on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-setproctitle

2. Uninstall "python36-setproctitle" package

Please follow the instructions below to uninstall python36-setproctitle on openSuSE Tumbleweed:

$ sudo zypper remove python36-setproctitle

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

Information for package python36-setproctitle:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-setproctitle
Version : 1.2.2-1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 41,0 KiB
Installed : No
Status : not installed
Source package : python-setproctitle-1.2.2-1.6.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.