I'm trying to install Emacs for my ubuntu 16.04.1 using the steps mention in this link but at step 4 I got an error but there is some emacs file already installed in my system. When I run sudo apt-cache search emacs
there is file showing under these.
So I want to remove those file. I found this command:
sudo apt-get remove `apt-cache search emacs | awk '{print $1}' --purge
That doesn't work. So please help.
sudo apt-get install emacs24
? – muru Dec 18 '16 at 18:42