Home » Questions » Computers [ Ask a new question ]

How to install Emacs (Text editor) on ubuntu Linux

How to install Emacs (Text editor) on ubuntu Linux

I have tried to install emacs from source that I downloaded from the internet.

Asked by: Guest | Views: 288
Total answers/comments: 1
bert [Entry]

"Are you using this in the shell or gnome?

try emacs snapshot for a better UI that looks like something which was not made in the 1990s

sudo apt-get install -y emacs-snapshot emacs-snapshot-el

and to launch it from without a windowing system

emacs -nw /path/to/your/file"