0%

Install Emacs on Linux Mint

Install Emacs on Linux Mint (or any debian-like Linux)

Get and add APT key:

1
wget -q -O - http://emacs.naquadah.org/key.gpg | sudo apt-key add -

Add repo to your APT:

1
2
3
apt sources
deb http://emacs.naquadah.org/ stable/
deb-src http://emacs.naquadah.org/ stable/

Update and install Emacs-snapshot

1
2
apt update
apt install emacs-snapshot

Reference:
http://emacs.naquadah.org/