How To Install pam_mysql on Fedora 36
Introduction
In this tutorial we learn how to install pam_mysql
on Fedora 36.
What is pam_mysql
Pam_mysql aims to provide a backend neutral means of authenticating users against an MySQL database.
We can use yum
or dnf
to install pam_mysql
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pam_mysql.
Install pam_mysql on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
After updating yum database, We can install pam_mysql
using dnf
by running the following command:
Install pam_mysql on Fedora 36 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install pam_mysql
using yum
by running the following command:
How To Uninstall pam_mysql on Fedora 36
To uninstall only the pam_mysql
package we can use the following command:
pam_mysql Package Contents on Fedora 36
References
Summary
In this tutorial we learn how to install pam_mysql
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).