Install pidgin-gnome-keyring
Installing pidgin-gnome-keyring package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pidgin-gnome-keyring
pidgin-gnome-keyring package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pidgin-gnome-keyring |
version | 2.0-1 |
description | integrates pidgin (and libpurple) with the system keyring |
subsection | net |
website | github.com / aebrahim / pidgin-gnome-keyring |
maintainer | Luca Boccassi |
Uninstall pidgin-gnome-keyring
To remove just pidgin-gnome-keyring package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pidgin-gnome-keyring
Uninstall pidgin-gnome-keyring and it’s dependent packages
To remove the pidgin-gnome-keyring package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pidgin-gnome-keyring
Purging pidgin-gnome-keyring
If you also want to delete configuration and/or data files of pidgin-gnome-keyring from Debian Sid then this will work:
sudo apt-get purge pidgin-gnome-keyring
To delete configuration and/or data files of pidgin-gnome-keyring and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pidgin-gnome-keyring