How to Install and Uninstall pam.src Package on Oracle Linux 8
Last updated: November 29,2024
1. Install "pam.src" package
This guide let you learn how to install pam.src on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
pam.src
Copied
2. Uninstall "pam.src" package
This tutorial shows how to uninstall pam.src on Oracle Linux 8:
$
sudo dnf remove
pam.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the pam.src package on Oracle Linux 8
Last metadata expiration check: 0:24:50 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : pam
Version : 1.3.1
Release : 16.el8
Architecture : src
Size : 1.1 M
Source : None
Repository : ol8_baseos_latest
Summary : An extensible library which provides authentication for applications
URL : http://www.linux-pam.org/
License : BSD and GPLv2+
Description : PAM (Pluggable Authentication Modules) is a system security tool that
: allows system administrators to set authentication policy without
: having to recompile programs that handle authentication.
Available Packages
Name : pam
Version : 1.3.1
Release : 16.el8
Architecture : src
Size : 1.1 M
Source : None
Repository : ol8_baseos_latest
Summary : An extensible library which provides authentication for applications
URL : http://www.linux-pam.org/
License : BSD and GPLv2+
Description : PAM (Pluggable Authentication Modules) is a system security tool that
: allows system administrators to set authentication policy without
: having to recompile programs that handle authentication.