How To Install libsss-idmap0 on Ubuntu 20.04

In this tutorial we learn how to install libsss-idmap0 on Ubuntu 20.04. libsss-idmap0 is ID mapping library for SSSD ID mapping library for SSSD ID mapping library for SSSD

Introduction

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

What is libsss-idmap0

libsss-idmap0 is:

Utility library to convert SIDs to Unix uids and gids.

Package: libsss-idmap0 Architecture: amd64 Version: 2.2.3-3ubuntu0.1 Priority: extra Section: libs 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: 68 Depends: libc6 (>= 2.14) Filename: pool/main/s/sssd/libsss-idmap0_2.2.3-3ubuntu0.1_amd64.deb Size: 14940 MD5sum: 59fd40d19a5b3ff878a0fc4b714eaff5 SHA1: 74309ca2c79ceb067a55b6b5a79121d377d2e685 SHA256: 33ae100531e3d6457de290c99011bff180946c76889516629960071264f080b3 SHA512: 1a8b21afea9111858a18a6c9b5befa40ae4495b9ca3e1bc9381fab5b433bc8ecd0532b324e3f30f2df580a176c3b0601d7dd448fcdae8ba9683891fa57578c27 Homepage: https://github.com/SSSD/sssd Description-en: ID mapping library for SSSD Utility library to convert SIDs to Unix uids and gids.

Package: libsss-idmap0 Architecture: amd64 Version: 2.2.3-3 Priority: extra Section: libs 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: 68 Depends: libc6 (>= 2.14) Filename: pool/main/s/sssd/libsss-idmap0_2.2.3-3_amd64.deb Size: 14916 MD5sum: 379c9f44bf103d1376ed31435fb72238 SHA1: fe3a24b6d8dfc4aae993c20a9c07582894da2c1b SHA256: baf5ffbd6643ab8898c8cdc26d14d34c01cf706f66f2ba92d6666fbca16c363e Homepage: https://github.com/SSSD/sssd Description-en: ID mapping library for SSSD Utility library to convert SIDs to Unix uids and gids.

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

sudo apt-get -y install libsss-idmap0

Install libsss-idmap0 Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install libsss-idmap0

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

sudo aptitude -y install libsss-idmap0

How To Uninstall libsss-idmap0 on Ubuntu 20.04

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

sudo apt-get remove libsss-idmap0

Uninstall libsss-idmap0 And Its Dependencies

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

sudo apt-get -y autoremove libsss-idmap0

Remove libsss-idmap0 Configurations and Data

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

sudo apt-get -y purge libsss-idmap0

Remove libsss-idmap0 configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge libsss-idmap0

References

Summary

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