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

Last updated: November 25,2024

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

Please follow the steps below to install perl-User-Utmp.x86_64 on Fedora 39

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

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

This guide let you learn how to uninstall perl-User-Utmp.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 3:28:44 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-User-Utmp
Version : 1.8
Release : 35.fc39
Architecture : x86_64
Size : 30 k
Source : perl-User-Utmp-1.8-35.fc39.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).