How to Install and Uninstall python3-utmp.x86_64 Package on Fedora 34

Last updated: September 20,2024

1. Install "python3-utmp.x86_64" package

This is a short guide on how to install python3-utmp.x86_64 on Fedora 34

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

2. Uninstall "python3-utmp.x86_64" package

Please follow the guidelines below to uninstall python3-utmp.x86_64 on Fedora 34:

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

3. Information about the python3-utmp.x86_64 package on Fedora 34

Last metadata expiration check: 2:31:32 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-utmp
Version : 0.8.2
Release : 15.fc34
Architecture : x86_64
Size : 22 k
Source : python-utmp-0.8.2-15.fc34.src.rpm
Repository : fedora
Summary : Python modules for umtp records
URL : http://kassiopeia.juls.savba.sk/~garabik/software/python-utmp/
License : Copyright only
Description : python-utmp consists of three modules, providing access to utmp records.
: It is quite difficult to access utmp record portably, because every UNIX
: has different structure of utmp files. Currently, python-utmp works on
: platforms which provide getutent, getutid, getutline, pututline,
: setutent, endutent and utmpname functions (such as GNU systems
: (Linux and hurd) and System V unices) and on BSD systems using
: simple utmp structure.