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

Last updated: November 27,2024

1. Install "python3-utmp.x86_64" package

Please follow the instructions below to install python3-utmp.x86_64 on Fedora 36

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

2. Uninstall "python3-utmp.x86_64" package

Learn how to uninstall python3-utmp.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 5:32:30 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-utmp
Version : 0.8.2
Release : 18.fc36
Architecture : x86_64
Size : 22 k
Source : python-utmp-0.8.2-18.fc36.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.