How to Install and Uninstall perl-User-Utmp.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "perl-User-Utmp.x86_64" package

Please follow the instructions below to install perl-User-Utmp.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install perl-User-Utmp.x86_64

2. Uninstall "perl-User-Utmp.x86_64" package

This is a short guide on how to uninstall perl-User-Utmp.x86_64 on Fedora 34:

$ sudo dnf remove perl-User-Utmp.x86_64 $ sudo dnf autoremove

3. Information about the perl-User-Utmp.x86_64 package on Fedora 34

Last metadata expiration check: 1:04:07 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-User-Utmp
Version : 1.8
Release : 27.fc34
Architecture : x86_64
Size : 31 k
Source : perl-User-Utmp-1.8-27.fc34.src.rpm
Repository : fedora
Summary : Perl access to utmp- and utmpx-style databases
URL : https://metacpan.org/release/User-Utmp
License : GPL+ or Artistic
Description : UNIX systems record information about current and past log-ins in a user
: accounting database. This database is realized by two files: File utmpx
: contains a record of all users currently logged onto the system, while file
: wtmpx contains a record of all log-ins and log-outs. Some systems (such as
: HP-UX and AIX) also maintain a third file containing failed log-in attempts.
: The information in these files is used by commands such as who(1), last(1),
: write(1), or login(1).