How to Install and Uninstall python-setproctitle.x86_64 Package on Amazon Linux 2

Last updated: May 19,2024

1. Install "python-setproctitle.x86_64" package

This tutorial shows how to install python-setproctitle.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-setproctitle.x86_64

2. Uninstall "python-setproctitle.x86_64" package

Here is a brief guide to show you how to uninstall python-setproctitle.x86_64 on Amazon Linux 2:

$ sudo yum remove python-setproctitle.x86_64 $ sudo yum autoremove

3. Information about the python-setproctitle.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-setproctitle
Arch : x86_64
Version : 1.1.6
Release : 5.amzn2.0.2
Size : 15 k
Repo : amzn2-core/2/x86_64
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 multiprocess 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.