Build from source is extremely quick and easy - happened to do it on this machine just before I activated my account here:

sudo apt build-dep emacs24-common
wget https://mirrors.tripadvisor.com/gnu/emacs/emacs-26.2.tar.gz
tar zxf emacs-26.2.tar.gz
./configure --prefix=/usr/local
make
sudo make install



Reply via email to