Install elpa-popup
Installing elpa-popup package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install elpa-popup
elpa-popup package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | elpa-popup |
version | 0.5.3-1 |
description | visual popup user interface library for Emacs |
subsection | lisp |
website | github.com / auto-complete / popup-el |
maintainer | Debian Emacs addons team |
Uninstall elpa-popup
To remove just elpa-popup package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove elpa-popup
Uninstall elpa-popup and it’s dependent packages
To remove the elpa-popup package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove elpa-popup
Purging elpa-popup
If you also want to delete configuration and/or data files of elpa-popup from Debian Sid then this will work:
sudo apt-get purge elpa-popup
To delete configuration and/or data files of elpa-popup and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove elpa-popup