Installlion's Logo

Installlion.com

How To Uninstall emacs On Ubuntu 14.04 LTS

To uninstall emacs just follow these instructions.

Uninstall just emacs

GNU Emacs editor (metapackage)Ubuntu 14.04 LTSeditors45.0ubuntu1
sudo apt-get remove emacs

This will remove just the emacs package itself.

Uninstall emacs and its dependencies

sudo apt-get remove --auto-remove emacs

This will remove the emacs package and any other dependant packages which are no longer needed.

Purging your config/data too

If you also want to delete your local/config files for emacs then this will work.

 Caution! Purged config/data can not be restored by reinstalling the package.
sudo apt-get purge emacs

Or similarly, like this emacs

sudo apt-get purge --auto-remove emacs

Package Data

Packageemacs
Version45.0ubuntu1
MaintainerUbuntu Developers <[email protected]>
DescriptionGNU Emacs editor (metapackage)
Distroubuntu
Releasetrusty
Repomain
Sectioneditors

Dependencies