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

Last updated: October 07,2024

1. Install "libuser.src" package

Please follow the guidance below to install libuser.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install libuser.src

2. Uninstall "libuser.src" package

This tutorial shows how to uninstall libuser.src on Oracle Linux 8:

$ sudo dnf remove libuser.src $ sudo dnf autoremove

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

Last metadata expiration check: 4:37:06 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libuser
Version : 0.62
Release : 24.el8
Architecture : src
Size : 871 k
Source : None
Repository : ol8_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.