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

Last updated: June 26,2024

1. Install "python-utmp" package

Please follow the instructions below to install python-utmp on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-utmp

2. Uninstall "python-utmp" package

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

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

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

Package: python-utmp
Priority: optional
Section: universe/python
Installed-Size: 73
Maintainer: Ubuntu Developers
Original-Maintainer: Radovan Garabík
Architecture: amd64
Version: 0.8.2
Provides: python2.7-utmp
Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.14)
Filename: pool/universe/p/python-utmp/python-utmp_0.8.2_amd64.deb
Size: 18644
MD5sum: 138707947766de50e3ba1d8f2efb104b
SHA1: 87c6457db5e83745d30dd743d45c6e30cea2b4f9
SHA256: ca405eb768386c78b54e654d942d2e70026d1625ed21736f126553e65141ff62
Description-en: python module for working with utmp
python-utmp provides 3 modules to access utmp and wtmp records.
utmpaccess is lowlevel module wrapping glibc functions, UTMPCONST
provides useful constants, and utmp is module build
on top of utmpaccess module, providing object oriented
interface.
Description-md5: fd947f53790b9c81fe0aa5bdde2563af
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu