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

Last updated: October 12,2024

1. Install "python3-utmp.x86_64" package

Please follow the guidelines below to install python3-utmp.x86_64 on Fedora 38

$ 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 38:

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

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

Last metadata expiration check: 1:51:34 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-utmp
Version : 0.8.2
Release : 21.fc38
Architecture : x86_64
Size : 23 k
Source : python-utmp-0.8.2-21.fc38.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.