How To Install libsss_certmap on Fedora 34
Introduction
In this tutorial we learn how to install libsss_certmap on Fedora 34.
What is libsss_certmap
Library to map certificates to users based on rules libsss_certmap 2.5.2 1.fc34 x86_64 70 k sssd-2.5.2-1.fc34.src.rpm updates SSSD Certificate Mapping Library https LGPLv3+ Library to map certificates to users based on rules
We can use yum or dnf to install libsss_certmap on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libsss_certmap.
Install libsss_certmap on Fedora 34 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 Fedora 34 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 Fedora 34
To uninstall only the libsss_certmap package we can use the following command:
sudo dnf remove libsss_certmap
libsss_certmap Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/06
/usr/lib/.build-id/06/a80d24855a43f382848266a4ab4de45c6b12d6
/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/28
/usr/lib/.build-id/28/12e45081b0d5520870b9363685483d748bfa71
/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/c5
/usr/lib/.build-id/c5/240728c9af7ba4439da1bfd7305d13d4cdc88d
/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/d7
/usr/lib/.build-id/d7/cf48d84aa225a66f03b59e532afceb72cffbb3
/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
- [libsss_certmap website](https://github.com/SSSD/sssd/ https://github.com/SSSD/sssd/)
Summary
In this tutorial we learn how to install libsss_certmap on Fedora 34 using yum and dnf.