How To Install samba-winbind-modules on CentOS 8
Introduction
In this tutorial we learn how to install samba-winbind-modules
on CentOS 8.
What is samba-winbind-modules
The samba-winbind-modules package provides the NSS library and a PAM module necessary to communicate to the Winbind Daemon samba-winbind-modules 4.13.3 3.el8 x86_64 126 k samba-4.13.3-3.el8.src.rpm baseos Samba winbind modules https GPLv3+ and LGPLv3+ The samba-winbind-modules package provides the NSS library and a PAM module necessary to communicate to the Winbind Daemon
We can use yum
or dnf
to install samba-winbind-modules
on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install samba-winbind-modules.
Install samba-winbind-modules on CentOS 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
CentOS Linux 8 - AppStream 43 kB/s | 4.3 kB 00:00
CentOS Linux 8 - BaseOS 65 kB/s | 3.9 kB 00:00
CentOS Linux 8 - ContinuousRelease 43 kB/s | 3.0 kB 00:00
CentOS Linux 8 - Extras 23 kB/s | 1.5 kB 00:00
CentOS Linux 8 - FastTrack 40 kB/s | 3.0 kB 00:00
CentOS Linux 8 - HighAvailability 36 kB/s | 3.9 kB 00:00
CentOS Linux 8 - Plus 24 kB/s | 1.5 kB 00:00
CentOS Linux 8 - PowerTools 50 kB/s | 4.3 kB 00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64 13 kB/s | 9.2 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 24 kB/s | 8.5 kB 00:00
Metadata cache created.
After updating yum database, We can install samba-winbind-modules
using dnf
by running the following command:
sudo dnf -y install samba-winbind-modules
Install samba-winbind-modules on CentOS 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
CentOS Linux 8 - AppStream 43 kB/s | 4.3 kB 00:00
CentOS Linux 8 - BaseOS 65 kB/s | 3.9 kB 00:00
CentOS Linux 8 - ContinuousRelease 43 kB/s | 3.0 kB 00:00
CentOS Linux 8 - Extras 23 kB/s | 1.5 kB 00:00
CentOS Linux 8 - FastTrack 40 kB/s | 3.0 kB 00:00
CentOS Linux 8 - HighAvailability 36 kB/s | 3.9 kB 00:00
CentOS Linux 8 - Plus 24 kB/s | 1.5 kB 00:00
CentOS Linux 8 - PowerTools 50 kB/s | 4.3 kB 00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64 13 kB/s | 9.2 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 24 kB/s | 8.5 kB 00:00
Metadata cache created.
After updating yum database, We can install samba-winbind-modules
using yum
by running the following command:
sudo yum -y install samba-winbind-modules
How To Uninstall samba-winbind-modules on CentOS 8
To uninstall only the samba-winbind-modules
package we can use the following command:
sudo dnf remove samba-winbind-modules
samba-winbind-modules Package Contents on CentOS 8
/etc/security/pam_winbind.conf
/usr/lib/.build-id
/usr/lib/.build-id/52
/usr/lib/.build-id/52/622b8a0ce99da91aa3b9f17e2c7c5e00d6ba79
/usr/lib/.build-id/7f/4a401fac9aaa8ea2d2d7e1535fdf4026d40c59
/usr/lib/.build-id/ba/69d17881e5081adeead637bee451ed04158cf0
/usr/lib64/libnss_winbind.so
/usr/lib64/libnss_winbind.so.2
/usr/lib64/libnss_wins.so
/usr/lib64/libnss_wins.so.2
/usr/lib64/security/pam_winbind.so
/usr/share/man/man5/pam_winbind.conf.5.gz
/usr/share/man/man8/pam_winbind.8.gz
/etc/security/pam_winbind.conf
/usr/lib/.build-id
/usr/lib/.build-id/57
/usr/lib/.build-id/57/44ec1b824dcf31c5de04a0d9f420109e0989d5
/usr/lib/.build-id/69/d3d12b181263e440b0ef933a677d80d0c978cd
/usr/lib/.build-id/fd/fb85709e3bb4c60ea17c906973e981a3464a18
/usr/lib/libnss_winbind.so
/usr/lib/libnss_winbind.so.2
/usr/lib/libnss_wins.so
/usr/lib/libnss_wins.so.2
/usr/lib/security/pam_winbind.so
/usr/share/man/man5/pam_winbind.conf.5.gz
/usr/share/man/man8/pam_winbind.8.gz
References
- [samba-winbind-modules website](https://www.samba.org https://www.samba.org)
Summary
In this tutorial we learn how to install samba-winbind-modules
on CentOS 8 using yum and dnf.