How to Install and Uninstall python3-setproctitle.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

1. Install "python3-setproctitle.x86_64" package

This tutorial shows how to install python3-setproctitle.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-setproctitle.x86_64

2. Uninstall "python3-setproctitle.x86_64" package

Here is a brief guide to show you how to uninstall python3-setproctitle.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-setproctitle.x86_64 $ sudo dnf autoremove

3. Information about the python3-setproctitle.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:47:13 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-setproctitle
Version : 1.2.3
Release : 1.el9
Architecture : x86_64
Size : 22 k
Source : python-setproctitle-1.2.3-1.el9.src.rpm
Repository : epel
Summary : Python module to customize a process title
URL : http://pypi.python.org/pypi/setproctitle
License : BSD
Description : Python module allowing a process to change its title as displayed by
: system tool such as ps and top.
:
: It's useful in multi-process systems, allowing to identify tasks each forked
: process is busy with. This technique has been used by PostgreSQL and OpenSSH.
:
: It's based on PostgreSQL implementation which has proven to be portable.