How To Install slapd-smbk5pwd on Ubuntu 20.04

In this tutorial we learn how to install slapd-smbk5pwd on Ubuntu 20.04. slapd-smbk5pwd is transitional package for slapd-contrib transitional package for slapd-contrib transitional package for slapd-contrib

Introduction

In this tutorial we learn how to install slapd-smbk5pwd on Ubuntu 20.04.

What is slapd-smbk5pwd

slapd-smbk5pwd is:

This is a transitional package from slapd-smbk5pwd to slapd-contrib. It can be safely removed.

Package: slapd-smbk5pwd Architecture: all Version: 2.4.49+dfsg-2ubuntu1.7 Priority: extra Section: universe/net Source: openldap Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian OpenLDAP Maintainers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 90 Depends: slapd-contrib Breaks: slapd (« 2.4.47+dfsg-2~) Filename: pool/universe/o/openldap/slapd-smbk5pwd_2.4.49+dfsg-2ubuntu1.7_all.deb Size: 7176 MD5sum: 958082cbb82f0029097f7f8d0dfc850a SHA1: 3e6ee071adc8353a478f2b52e51bb4d992e0a6a6 SHA256: ecd252b059297ad0adbd3b90a816e5eb4fba3e88135ab2d5a50ef139b1657ee7 SHA512: dcba1ef5c6c8d2a38ba3136cc6d3025305256b80cb562b7bd2badde929082c3b4004ec2390ec35bf7d08c38168ae1e06832b27b0af5a98e768a524ddf4d81ac9 Homepage: http://www.openldap.org/ Description-en: transitional package for slapd-contrib This is a transitional package from slapd-smbk5pwd to slapd-contrib. It can be safely removed.

Package: slapd-smbk5pwd Architecture: all Version: 2.4.49+dfsg-2ubuntu1 Priority: extra Section: universe/net Source: openldap Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian OpenLDAP Maintainers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 89 Depends: slapd-contrib Breaks: slapd (« 2.4.47+dfsg-2~) Filename: pool/universe/o/openldap/slapd-smbk5pwd_2.4.49+dfsg-2ubuntu1_all.deb Size: 7176 MD5sum: 85d1f591e165e340b46a380a0c924d0e SHA1: 7295e013ffee3e8096fafc2d3adf96c798996c18 SHA256: 532a55e30f6100a57ededa3726742ca5ff50b4af5abbf5ec0dcca317ede0b792 Homepage: http://www.openldap.org/ Description-en: transitional package for slapd-contrib This is a transitional package from slapd-smbk5pwd to slapd-contrib. It can be safely removed.

There are three methods to install slapd-smbk5pwd 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 slapd-smbk5pwd Using apt-get

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

sudo apt-get update

After updating apt database, We can install slapd-smbk5pwd using apt-get by running the following command:

sudo apt-get -y install slapd-smbk5pwd

Install slapd-smbk5pwd Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install slapd-smbk5pwd

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

sudo aptitude -y install slapd-smbk5pwd

How To Uninstall slapd-smbk5pwd on Ubuntu 20.04

To uninstall only the slapd-smbk5pwd package we can use the following command:

sudo apt-get remove slapd-smbk5pwd

Uninstall slapd-smbk5pwd And Its Dependencies

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

sudo apt-get -y autoremove slapd-smbk5pwd

Remove slapd-smbk5pwd Configurations and Data

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

sudo apt-get -y purge slapd-smbk5pwd

Remove slapd-smbk5pwd configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge slapd-smbk5pwd

References

Summary

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