How to Install and Uninstall shadow-utils.x86_64 Package on Fedora 38

Last updated: October 07,2024

1. Install "shadow-utils.x86_64" package

Please follow the steps below to install shadow-utils.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install shadow-utils.x86_64

2. Uninstall "shadow-utils.x86_64" package

This guide let you learn how to uninstall shadow-utils.x86_64 on Fedora 38:

$ sudo dnf remove shadow-utils.x86_64 $ sudo dnf autoremove

3. Information about the shadow-utils.x86_64 package on Fedora 38

Last metadata expiration check: 1:50:22 ago on Sat Mar 16 22:59:57 2024.
Installed Packages
Name : shadow-utils
Epoch : 2
Version : 4.13
Release : 6.fc38
Architecture : x86_64
Size : 4.0 M
Source : shadow-utils-4.13-6.fc38.src.rpm
Repository : @System
From repo : anaconda
Summary : Utilities for managing accounts and shadow password files
URL : https://github.com/shadow-maint/shadow
License : BSD-3-Clause AND GPL-2.0-or-later
Description : The shadow-utils package includes the necessary programs for
: converting UNIX password files to the shadow password format, plus
: programs for managing user and group accounts. The pwconv command
: converts passwords to the shadow password format. The pwunconv command
: unconverts shadow passwords and generates a passwd file (a standard
: UNIX password file). The pwck command checks the integrity of password
: and shadow files. The lastlog command prints out the last login times
: for all users. The useradd, userdel, and usermod commands are used for
: managing user accounts. The groupadd, groupdel, and groupmod commands
: are used for managing group accounts.