Tuesday, December 10, 2019

3 Ways To Install GNU Emacs Text Editor on Ubuntu 18.04.2 LTS

Video Tutorial -  https://youtu.be/7aliWWmW6R8

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Emacs is one of the oldest and most versatile text editors available for Linux and UNIX-based systems.
Offcial Website: https://www.gnu.org/software/emacs/
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Our Server Specification-
Os:  Ubuntu 18.04.2 LTS Bionic Beaver 64Bit      Hostname:           IP Address of Server:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
lsb_release -cd  ; getconf LONG_BIT ; whoami ; apt update -y ; apt install -y build-essential software-properties-common curl gdebi vim wget aptitude leafpad nano git net-tools lsb-release apt-transport-https

Method:1
apt update ; apt install snapd -y
snap install emacs --classic

Method:2
add-apt-repository ppa:kelleyk/emacs -y
apt update ; apt install emacs26 -y

Method:3
Ubuntu Software- GNU Emacs
snap changes
snap abort

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

No comments:

Post a Comment