How to Install and Uninstall libnss-mysql.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "libnss-mysql.x86_64" package

Please follow the steps below to install libnss-mysql.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install libnss-mysql.x86_64

2. Uninstall "libnss-mysql.x86_64" package

This guide covers the steps necessary to uninstall libnss-mysql.x86_64 on Rocky Linux 8:

$ sudo dnf remove libnss-mysql.x86_64 $ sudo dnf autoremove

3. Information about the libnss-mysql.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:48:27 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : libnss-mysql
Version : 1.5
Release : 35.el8
Architecture : x86_64
Size : 51 k
Source : libnss-mysql-1.5-35.el8.src.rpm
Repository : epel
Summary : NSS library for MySQL
URL : http://libnss-mysql.sourceforge.net
License : GPLv2+
Description : Store your UNIX user accounts in MySQL. "libnss-mysql" enables the following:
:
: * System-wide authentication and name service using a MySQL database.
: Applications do not need to be MySQL-aware or modified in any way.
:
: * Storing authentication information in a database instead of text files.
:
: * Creation of a single authentication database for multiple servers.
: This is often referred to as the "Single Sign-on" problem.
:
: * Writing data-modification routines (IE self-management web interface).
:
: libnss-mysql is similar to NIS or LDAP. It provides the same centralized
: authentication service through a database. What does this mean? Username,
: uid, gid, password, etc comes from a MySQL database instead of
: /etc/password, /etc/shadow, and /etc/group. A user configured in MySQL will
: look and behave just like a user configured in /etc/passwd. Your
: applications such as ls, finger, sendmail, qmail, exim, postfix, proftpd,
: X, sshd, etc. will all 'see' these users!