Install muse-el
Installing muse-el package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install muse-el
muse-el package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | muse-el |
version | 3.20+dfsg-0.1 |
description | Author and publish projects using Wiki-like markup |
subsection | lisp |
maintainer | Julien Danjou |
Uninstall muse-el
To remove just muse-el package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove muse-el
Uninstall muse-el and it’s dependent packages
To remove the muse-el package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove muse-el
Purging muse-el
If you also want to delete configuration and/or data files of muse-el from Debian Sid then this will work:
sudo apt-get purge muse-el
To delete configuration and/or data files of muse-el and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove muse-el