How to Install and Uninstall python3-setproctitle Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 02,2024

1. Install "python3-setproctitle" package

This tutorial shows how to install python3-setproctitle on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-setproctitle

2. Uninstall "python3-setproctitle" package

This is a short guide on how to uninstall python3-setproctitle on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-setproctitle $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-setproctitle package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-setproctitle
Priority: extra
Section: universe/python
Installed-Size: 45
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Source: python-setproctitle
Version: 1.1.8-1build2
Depends: libc6 (>= 2.4), python3 (<< 3.6), python3 (>= 3.5~)
Filename: pool/universe/p/python-setproctitle/python3-setproctitle_1.1.8-1build2_amd64.deb
Size: 14166
MD5sum: 4178ffc5fbfa08f36d614fac0d61ed9f
SHA1: 9dc316f95d034264465267863f67b558634e4a1e
SHA256: db073155393cbc024ecdff643fc26649c7044a121c445f4da542e683fcccea85
Description-en: A setproctitle implementation for Python (Python 3)
The library allows a process to change its title (as displayed by system tools
such as ps and top).
.
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.
.
This is the Python 3 package.
Description-md5: 4d20c1cefb753241679f7fe70979a756
Homepage: http://code.google.com/p/py-setproctitle/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu