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

Last updated: November 07,2024

1. Install "python-setproctitle" package

This is a short guide on how to install python-setproctitle on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-setproctitle

2. Uninstall "python-setproctitle" package

This guide covers the steps necessary to uninstall python-setproctitle on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-setproctitle
Priority: extra
Section: universe/python
Installed-Size: 45
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Version: 1.1.8-1build2
Depends: libc6 (>= 2.4), python (>= 2.7), python (<< 2.8)
Filename: pool/universe/p/python-setproctitle/python-setproctitle_1.1.8-1build2_amd64.deb
Size: 13870
MD5sum: 883ccb827bf14d3de51dce2ae8d7818b
SHA1: 8fc998f318d8a35fc7e860e2432bfc6a8d69a886
SHA256: 2a6e2f77d10de60ca5d8306cde2136e4616b81503e701c9b5a5772621e28fedb
Description-en: A setproctitle implementation for Python (Python 2)
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.
Description-md5: 912e0717bcabe1ed618f45c2965f841e
Homepage: http://code.google.com/p/py-setproctitle/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu