How To Install libsss_certmap on Rocky Linux 8

In this tutorial we learn how to install libsss_certmap on Rocky Linux 8. libsss_certmap is SSSD Certificate Mapping Library

Introduction

In this tutorial we learn how to install libsss_certmap on Rocky Linux 8.

What is libsss_certmap

Library to map certificates to users based on rules

We can use yum or dnf to install libsss_certmap on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libsss_certmap.

Install libsss_certmap on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libsss_certmap using dnf by running the following command:

sudo dnf -y install libsss_certmap

Install libsss_certmap on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libsss_certmap using yum by running the following command:

sudo yum -y install libsss_certmap

How To Uninstall libsss_certmap on Rocky Linux 8

To uninstall only the libsss_certmap package we can use the following command:

sudo dnf remove libsss_certmap

libsss_certmap Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/8bc96e1e653b6f1b64e542307cef3e78d08a76
/usr/lib/libsss_certmap.so.0
/usr/lib/libsss_certmap.so.0.2.0
/usr/share/licenses/libsss_certmap
/usr/share/licenses/libsss_certmap/COPYING
/usr/share/licenses/libsss_certmap/COPYING.LESSER
/usr/share/man/es/man5/sss-certmap.5.gz
/usr/share/man/man5/sss-certmap.5.gz
/usr/share/man/sv/man5/sss-certmap.5.gz
/usr/share/man/uk/man5/sss-certmap.5.gz
/usr/lib/.build-id
/usr/lib/.build-id/41
/usr/lib/.build-id/41/0f1f02f0dc353cda97ee8e09fdf9ff46794815
/usr/lib/libsss_certmap.so.0
/usr/lib/libsss_certmap.so.0.2.0
/usr/share/licenses/libsss_certmap
/usr/share/licenses/libsss_certmap/COPYING
/usr/share/licenses/libsss_certmap/COPYING.LESSER
/usr/share/man/es/man5/sss-certmap.5.gz
/usr/share/man/man5/sss-certmap.5.gz
/usr/share/man/sv/man5/sss-certmap.5.gz
/usr/share/man/uk/man5/sss-certmap.5.gz
/usr/lib/.build-id
/usr/lib/.build-id/ca/92889322b55ced79771ceecd7943f65b0c2df4
/usr/lib64/libsss_certmap.so.0
/usr/lib64/libsss_certmap.so.0.2.0
/usr/share/licenses/libsss_certmap
/usr/share/licenses/libsss_certmap/COPYING
/usr/share/licenses/libsss_certmap/COPYING.LESSER
/usr/share/man/es/man5/sss-certmap.5.gz
/usr/share/man/man5/sss-certmap.5.gz
/usr/share/man/sv/man5/sss-certmap.5.gz
/usr/share/man/uk/man5/sss-certmap.5.gz
/usr/lib/.build-id
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/134e4141378578b82f9070386f5052640445ab
/usr/lib64/libsss_certmap.so.0
/usr/lib64/libsss_certmap.so.0.2.0
/usr/share/licenses/libsss_certmap
/usr/share/licenses/libsss_certmap/COPYING
/usr/share/licenses/libsss_certmap/COPYING.LESSER
/usr/share/man/es/man5/sss-certmap.5.gz
/usr/share/man/man5/sss-certmap.5.gz
/usr/share/man/sv/man5/sss-certmap.5.gz
/usr/share/man/uk/man5/sss-certmap.5.gz

References

Summary

In this tutorial we learn how to install libsss_certmap on Rocky Linux 8 using yum and dnf.