How To Install libsss-certmap-dev on Ubuntu 20.04

In this tutorial we learn how to install libsss-certmap-dev on Ubuntu 20.04. libsss-certmap-dev is Certificate mapping library for SSSD – development files Certificate mapping library for SSSD – development files Certificate mapping library for SSSD – development files

Introduction

In this tutorial we learn how to install libsss-certmap-dev on Ubuntu 20.04.

What is libsss-certmap-dev

libsss-certmap-dev is:

Utility library to map certificates to users based on rules.

This package contains header files and symlinks to develop programs which will use the libsss-certmap library.

Package: libsss-certmap-dev Architecture: amd64 Version: 2.2.3-3ubuntu0.1 Priority: extra Section: libdevel Source: sssd Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian SSSD Team [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 40 Depends: libsss-certmap0 (= 2.2.3-3ubuntu0.1) Filename: pool/main/s/sssd/libsss-certmap-dev_2.2.3-3ubuntu0.1_amd64.deb Size: 5692 MD5sum: de80585209373b474ddb9fd781f8e6df SHA1: 310d3dce32d05356fba14e29f8b6f2af82be0407 SHA256: 0419253a209fbe9702234bd4925785cca1e2e4b237b1df872e873bb77c23c6ce SHA512: 060319f22fe5ea7a24760bca56f638768d4bf42d39106ffec7e550289c33a709d2eea447c3b20254dcd9a2a6d23e5b6d65fe91b1bea6cfdc50554b6917fd0173 Homepage: https://github.com/SSSD/sssd Description-en: Certificate mapping library for SSSD – development files Utility library to map certificates to users based on rules.

This package contains header files and symlinks to develop programs which will use the libsss-certmap library.

Package: libsss-certmap-dev Architecture: amd64 Version: 2.2.3-3 Priority: extra Section: libdevel Source: sssd Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian SSSD Team [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 40 Depends: libsss-certmap0 (= 2.2.3-3) Filename: pool/main/s/sssd/libsss-certmap-dev_2.2.3-3_amd64.deb Size: 5680 MD5sum: 1885583eddaf1ab6ca8fc99df997e96c SHA1: 5e90ff275039a7d86e57e958c13cca9fd451be1a SHA256: 997b6c75f75f7f5b45dc0952501051d0db10e242ec4c54fa0ae5268affd63045 Homepage: https://github.com/SSSD/sssd Description-en: Certificate mapping library for SSSD – development files Utility library to map certificates to users based on rules.

This package contains header files and symlinks to develop programs which will use the libsss-certmap library.

There are three methods to install libsss-certmap-dev on Ubuntu 20.04. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install libsss-certmap-dev Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install libsss-certmap-dev using apt-get by running the following command:

sudo apt-get -y install libsss-certmap-dev

Install libsss-certmap-dev Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libsss-certmap-dev using apt by running the following command:

sudo apt -y install libsss-certmap-dev

Install libsss-certmap-dev Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install libsss-certmap-dev using aptitude by running the following command:

sudo aptitude -y install libsss-certmap-dev

How To Uninstall libsss-certmap-dev on Ubuntu 20.04

To uninstall only the libsss-certmap-dev package we can use the following command:

sudo apt-get remove libsss-certmap-dev

Uninstall libsss-certmap-dev And Its Dependencies

To uninstall libsss-certmap-dev and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove libsss-certmap-dev

Remove libsss-certmap-dev Configurations and Data

To remove libsss-certmap-dev configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge libsss-certmap-dev

Remove libsss-certmap-dev configuration, data, and all of its dependencies

We can use the following command to remove libsss-certmap-dev configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge libsss-certmap-dev

References

Summary

In this tutorial we learn how to install libsss-certmap-dev package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.