Install post-el
Installing post-el package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install post-el
post-el package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | post-el |
version | 1:2.6-1 |
description | emacs major mode for editing mail |
subsection | |
website | github.com / zedinosaur / post-mode |
maintainer | Eric Dorland |
Uninstall post-el
To remove just post-el package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove post-el
Uninstall post-el and it’s dependent packages
To remove the post-el package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove post-el
Purging post-el
If you also want to delete configuration and/or data files of post-el from Debian Sid then this will work:
sudo apt-get purge post-el
To delete configuration and/or data files of post-el and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove post-el