How to Install and Uninstall shadow-utils.x86_64 Package on Oracle Linux 8

Last updated: July 07,2024

1. Install "shadow-utils.x86_64" package

Here is a brief guide to show you how to install shadow-utils.x86_64 on Oracle Linux 8

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

2. Uninstall "shadow-utils.x86_64" package

This tutorial shows how to uninstall shadow-utils.x86_64 on Oracle Linux 8:

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

3. Information about the shadow-utils.x86_64 package on Oracle Linux 8

Last metadata expiration check: 1:47:02 ago on Mon Sep 12 02:51:38 2022.
Installed Packages
Name : shadow-utils
Epoch : 2
Version : 4.6
Release : 16.el8
Architecture : x86_64
Size : 3.9 M
Source : shadow-utils-4.6-16.el8.src.rpm
Repository : @System
Summary : Utilities for managing accounts and shadow password files
URL : http://pkg-shadow.alioth.debian.org/
License : BSD and GPLv2+
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.