Install pidgin-hotkeys
Installing pidgin-hotkeys package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pidgin-hotkeys
pidgin-hotkeys package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pidgin-hotkeys |
version | 0.2.4-1.2 |
description | Configurable global hotkeys for pidgin |
subsection | net |
maintainer | Ivan Yat-Cheung Wong |
Uninstall pidgin-hotkeys
To remove just pidgin-hotkeys package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pidgin-hotkeys
Uninstall pidgin-hotkeys and it’s dependent packages
To remove the pidgin-hotkeys package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pidgin-hotkeys
Purging pidgin-hotkeys
If you also want to delete configuration and/or data files of pidgin-hotkeys from Debian Sid then this will work:
sudo apt-get purge pidgin-hotkeys
To delete configuration and/or data files of pidgin-hotkeys and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pidgin-hotkeys