How To Install libsss-idmap-dev on Ubuntu 20.04

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

Introduction

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

What is libsss-idmap-dev

libsss-idmap-dev is:

Utility library to convert SIDs to Unix uids and gids.

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

Package: libsss-idmap-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: 71 Depends: libsss-idmap0 (= 2.2.3-3ubuntu0.1) Filename: pool/main/s/sssd/libsss-idmap-dev_2.2.3-3ubuntu0.1_amd64.deb Size: 8424 MD5sum: 44a500e504a8b98dbd1628972fde4c85 SHA1: 607dd9f30a6c2ffef6d33751829acc4734bba7b2 SHA256: ccb14ed51936f5e1d13b900fc6fdc68125095d27c5af3f7e3f9cdf3ac2440ebf SHA512: 0d85061cb73a306774e230481577169578f79b481c53d6322c5b0c85c1d5a92ea5b7c0947bbbbe1efba1c21c8bfa06096754eed118418de8b709adaa56443719 Homepage: https://github.com/SSSD/sssd Description-en: ID mapping library for SSSD – development files Utility library to convert SIDs to Unix uids and gids.

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

Package: libsss-idmap-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: 71 Depends: libsss-idmap0 (= 2.2.3-3) Filename: pool/main/s/sssd/libsss-idmap-dev_2.2.3-3_amd64.deb Size: 8412 MD5sum: 0924a6aff0d9039be487504affe00760 SHA1: 01483acc57f1aab42e5dcb0c044cd01b0dd6c54a SHA256: 1b97e64472b8005c3319d1e5128cb88ddf7e107078771f2275b351b2ecefc0cc Homepage: https://github.com/SSSD/sssd Description-en: ID mapping library for SSSD – development files Utility library to convert SIDs to Unix uids and gids.

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

There are three methods to install libsss-idmap-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-idmap-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-idmap-dev using apt-get by running the following command:

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

Install libsss-idmap-dev Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install libsss-idmap-dev

Install libsss-idmap-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-idmap-dev using aptitude by running the following command:

sudo aptitude -y install libsss-idmap-dev

How To Uninstall libsss-idmap-dev on Ubuntu 20.04

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

sudo apt-get remove libsss-idmap-dev

Uninstall libsss-idmap-dev And Its Dependencies

To uninstall libsss-idmap-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-idmap-dev

Remove libsss-idmap-dev Configurations and Data

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

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

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

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

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

References

Summary

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