How To Install signon-plugin-password on Ubuntu 20.04
Introduction
In this tutorial we learn how to install signon-plugin-password on Ubuntu 20.04.
What is signon-plugin-password
signon-plugin-password is:
Password plugin for Single Sign On. Task: kubuntu-desktop, kubuntu-full
Package: signon-plugin-password Architecture: amd64 Version: 8.59+17.10.20170606-0ubuntu2 Priority: optional Section: universe/libs Source: signon Origin: Ubuntu Maintainer: Ubuntu Desktop Team [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 92 Depends: signond, libc6 (>= 2.4), libqt5core5a (>= 5.12.2), libsignon-plugins-common1, libstdc++6 (>= 4.1.1) Conflicts: signon-passwordplugin Replaces: signon-passwordplugin Filename: pool/universe/s/signon/signon-plugin-password_8.59+17.10.20170606-0ubuntu2_amd64.deb Size: 17596 MD5sum: 0125138ffc59ccdeb26f0d92ea486423 SHA1: 3af5945178b145481721113b593c85694552cf4b SHA256: f4e4c56f94d935f5ca18a7a92d1d5e2c87db7b46b8ead0c3578f3640fa837da5 Homepage: http://code.google.com/p/accounts-sso/ Description-en: Plain Password plugin for Single Sign On Password plugin for Single Sign On. Task: kubuntu-desktop, kubuntu-full
There are three methods to install signon-plugin-password 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 signon-plugin-password Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get update
After updating apt database, We can install signon-plugin-password using apt-get by running the following command:
sudo apt-get -y install signon-plugin-password
Install signon-plugin-password Using apt
Update apt database with apt using the following command.
sudo apt update
After updating apt database, We can install signon-plugin-password using apt by running the following command:
sudo apt -y install signon-plugin-password
Install signon-plugin-password 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 signon-plugin-password using aptitude by running the following command:
sudo aptitude -y install signon-plugin-password
How To Uninstall signon-plugin-password on Ubuntu 20.04
To uninstall only the signon-plugin-password package we can use the following command:
sudo apt-get remove signon-plugin-password
Uninstall signon-plugin-password And Its Dependencies
To uninstall signon-plugin-password and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:
sudo apt-get -y autoremove signon-plugin-password
Remove signon-plugin-password Configurations and Data
To remove signon-plugin-password configuration and data from Ubuntu 20.04 we can use the following command:
sudo apt-get -y purge signon-plugin-password
Remove signon-plugin-password configuration, data, and all of its dependencies
We can use the following command to remove signon-plugin-password configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge signon-plugin-password
References
Summary
In this tutorial we learn how to install signon-plugin-password package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.