OPERATING SYSTEMSOS Linux

How to Install EMACS on Ubuntu

EMACS is one of the old school and most powerful editors in the linux environment. In this video, we would talk about how to install EMACS on Ubuntu Linux and what is the importance of it as a text editor. Emacs or EMACS is a family of text editors that are characterized by their extensibility. The manual for the most widely used variant, GNU Emacs, describes it as “the extensible, customizable, self-documenting, real-time display editor”.

The commands that we have used in this video are as follows:

$ sudo apt-get update
$ sudo apt-get install emacs

To Open EMACS using terminal:
$ emacs

To Open EMACS in No Window mode using terminal:
$ emacs -nw

source

ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *