How to Install and Uninstall libuser.src Package on Oracle Linux 9

Last updated: May 20,2024

1. Install "libuser.src" package

This tutorial shows how to install libuser.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libuser.src

2. Uninstall "libuser.src" package

Learn how to uninstall libuser.src on Oracle Linux 9:

$ sudo dnf remove libuser.src $ sudo dnf autoremove

3. Information about the libuser.src package on Oracle Linux 9

Last metadata expiration check: 1:32:05 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libuser
Version : 0.63
Release : 13.el9
Architecture : src
Size : 793 k
Source : None
Repository : ol9_baseos_latest
Summary : A user and group account administration library
URL : https://pagure.io/libuser
License : LGPLv2+
Description : The libuser library implements a standardized interface for manipulating
: and administering user and group accounts. The library uses pluggable
: back-ends to interface to its data sources.
:
: Sample applications modeled after those included with the shadow password
: suite are included.