sudo add-apt-repository ppa:kelleyk/emacs
sudo apt update
sudo apt install emacs27 #This is with an user interface.
or
sudo apt install emacs27-nox #This is with terminal-based.
sudo apt remove --autoremove emacs27
sudo apt purge emacs27
sudo apt remove --autoremove emacs27-nox
sudo apt purge emacs27-nox