Skip to content

Instantly share code, notes, and snippets.

@aleksseven
Last active November 28, 2020 10:18
Show Gist options
  • Save aleksseven/8299f70582bc013d4598785b832e0c9c to your computer and use it in GitHub Desktop.
Save aleksseven/8299f70582bc013d4598785b832e0c9c to your computer and use it in GitHub Desktop.

sudo add-apt-repository ppa:kelleyk/emacs

sudo apt update

For user interfaces

sudo apt install emacs27 #This is with an user interface.

or

sudo apt install emacs27-nox #This is with terminal-based.

Remove

sudo apt remove --autoremove emacs27

sudo apt purge emacs27

sudo apt remove --autoremove emacs27-nox

sudo apt purge emacs27-nox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment