Example
# add ppa apt repository
sudo add-apt-repository ppa:neovim-ppa/unstable
sudo apt update
# install/update c++, gcc
sudo apt-get install build-essential
sudo apt install neovim
How to update Neovim on Linux (Ubuntu)
# add ppa apt repository
sudo add-apt-repository ppa:neovim-ppa/unstable
sudo apt update
# install/update c++, gcc
sudo apt-get install build-essential
sudo apt install neovim