Install qlipper
Installing qlipper package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install qlipper
qlipper package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | qlipper |
version | 5.0.0+20151111-1 |
description | Lightweight and cross-platform clipboard history applet |
subsection | x11 |
website | github.com / pvanek / qlipper |
maintainer | LXQt Packaging Team |
Uninstall qlipper
To remove just qlipper package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove qlipper
Uninstall qlipper and it’s dependent packages
To remove the qlipper package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove qlipper
Purging qlipper
If you also want to delete configuration and/or data files of qlipper from Debian Sid then this will work:
sudo apt-get purge qlipper
To delete configuration and/or data files of qlipper and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove qlipper