How To Install python3-libsss-nss-idmap on Ubuntu 20.04

In this tutorial we learn how to install python3-libsss-nss-idmap on Ubuntu 20.04. python3-libsss-nss-idmap is Python3 bindings for the SID lookups library Python3 bindings for the SID lookups library Python3 bindings for the SID lookups library

Introduction

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

What is python3-libsss-nss-idmap

python3-libsss-nss-idmap is:

This package contains the bindings for libnss_sss_idmap to be used by Python applications.

This package installs the library for Python 3.

Package: python3-libsss-nss-idmap Architecture: amd64 Version: 2.2.3-3ubuntu0.1 Priority: extra Section: universe/python 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: 54 Depends: libsss-nss-idmap0 (= 2.2.3-3ubuntu0.1), python3 (« 3.9), python3 (>= 3.8~), libc6 (>= 2.4) Filename: pool/universe/s/sssd/python3-libsss-nss-idmap_2.2.3-3ubuntu0.1_amd64.deb Size: 8468 MD5sum: c95608c74e67200f3a70b8abfce50cd8 SHA1: 0e670323cc48405dc3c2ea7be033bedb6a9d7a9b SHA256: 3b33db5f5333e1c1ee3af3d5dc33e74bf6c1f84c0163d26f9d7262d4b1fe2bc5 SHA512: b093ec4984fdc3c312d9cf18e8013488b7af4af71eac363534c53eda4210edf7aff32d67bc87d9197404fa844a54116d3bb47bfc626cc61b4505441593f01247 Homepage: https://github.com/SSSD/sssd Description-en: Python3 bindings for the SID lookups library This package contains the bindings for libnss_sss_idmap to be used by Python applications.

This package installs the library for Python 3.

Package: python3-libsss-nss-idmap Architecture: amd64 Version: 2.2.3-3 Priority: extra Section: universe/python 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: 54 Depends: libsss-nss-idmap0 (= 2.2.3-3), python3 (« 3.9), python3 (>= 3.8~), libc6 (>= 2.4) Filename: pool/universe/s/sssd/python3-libsss-nss-idmap_2.2.3-3_amd64.deb Size: 8460 MD5sum: 9d9bfe3032b725315245573077da76cc SHA1: c47f13218a484e44e621e33ea50d82a1a39c4faa SHA256: 1fc54c07db9132e7ef06339eefe4bb747142b2ac0cdaffafd86fc057771dfbe1 Homepage: https://github.com/SSSD/sssd Description-en: Python3 bindings for the SID lookups library This package contains the bindings for libnss_sss_idmap to be used by Python applications.

This package installs the library for Python 3.

There are three methods to install python3-libsss-nss-idmap 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 python3-libsss-nss-idmap Using apt-get

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

sudo apt-get update

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

sudo apt-get -y install python3-libsss-nss-idmap

Install python3-libsss-nss-idmap Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install python3-libsss-nss-idmap

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

sudo aptitude -y install python3-libsss-nss-idmap

How To Uninstall python3-libsss-nss-idmap on Ubuntu 20.04

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

sudo apt-get remove python3-libsss-nss-idmap

Uninstall python3-libsss-nss-idmap And Its Dependencies

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

sudo apt-get -y autoremove python3-libsss-nss-idmap

Remove python3-libsss-nss-idmap Configurations and Data

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

sudo apt-get -y purge python3-libsss-nss-idmap

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

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

sudo apt-get -y autoremove --purge python3-libsss-nss-idmap

References

Summary

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