How To Install pam_script on Fedora 36
Introduction
In this tutorial we learn how to install pam_script
on Fedora 36.
What is pam_script
pam_script allows you to execute scripts during authorization, password changes and session openings or closings.
We can use yum
or dnf
to install pam_script
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pam_script.
Install pam_script on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install pam_script
using dnf
by running the following command:
sudo dnf -y install pam_script
Install pam_script on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install pam_script
using yum
by running the following command:
sudo yum -y install pam_script
How To Uninstall pam_script on Fedora 36
To uninstall only the pam_script
package we can use the following command:
sudo dnf remove pam_script
pam_script Package Contents on Fedora 36
/etc/pam-script.d
/etc/pam_script
/etc/pam_script_acct
/etc/pam_script_auth
/etc/pam_script_passwd
/etc/pam_script_ses_close
/etc/pam_script_ses_open
/lib/security/pam_script.so
/usr/lib/.build-id
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/c53dd917e424c67fa43ee670dbf576805a7891
/usr/share/doc/pam_script
/usr/share/doc/pam_script/AUTHORS
/usr/share/doc/pam_script/COPYING
/usr/share/doc/pam_script/ChangeLog
/usr/share/doc/pam_script/NEWS
/usr/share/doc/pam_script/README
/usr/share/doc/pam_script/README.pam_script
/usr/share/man/man7/pam-script.7.gz
References
title: “How To Install pam_script on Fedora 36”
- pam_script website linkTitle: “pam_script”
type: “docs”
Summary
description: “In this tutorial we learn how to install pam_script in Fedora 36. pam_script is PAM module for executing scripts”
date: “2022-08-17”
In this tutorial we learn how to install pam_script
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
lastmod: “2022-08-17”
#image: /images/fedora/36/pam_script-featured.png
Introduction
In this tutorial we learn how to install pam_script
on Fedora 36.
What is pam_script
pam_script allows you to execute scripts during authorization, password changes and session openings or closings.
We can use yum
or dnf
to install pam_script
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pam_script.
Install pam_script on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install pam_script
using dnf
by running the following command:
sudo dnf -y install pam_script
Install pam_script on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install pam_script
using yum
by running the following command:
sudo yum -y install pam_script
How To Uninstall pam_script on Fedora 36
To uninstall only the pam_script
package we can use the following command:
sudo dnf remove pam_script
pam_script Package Contents on Fedora 36
/etc/pam-script.d
/etc/pam_script
/etc/pam_script_acct
/etc/pam_script_auth
/etc/pam_script_passwd
/etc/pam_script_ses_close
/etc/pam_script_ses_open
/lib64/security/pam_script.so
/usr/lib/.build-id
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/abedd693c35d93388c08e434e86fde6c42cbde
/usr/share/doc/pam_script
/usr/share/doc/pam_script/AUTHORS
/usr/share/doc/pam_script/COPYING
/usr/share/doc/pam_script/ChangeLog
/usr/share/doc/pam_script/NEWS
/usr/share/doc/pam_script/README
/usr/share/doc/pam_script/README.pam_script
/usr/share/man/man7/pam-script.7.gz
References
Summary
In this tutorial we learn how to install pam_script
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).