I'm currently using Ubuntu 20.04 LTS with Gnome 3.36.8. But I like the new GNOME 40 look. I've been using this system for almost 2 years, and I've many programs installed here and everything set up the way I want to. So, is there a way to upgrade my GNOME to the new version? Thank you.
12 Answers
Unless you can compile Gnome 40 yourself to run on Ubuntu 20.04, you cannot currently install Gnome 40 on Ubuntu LTS because no PPA exists for this. There is, however, a PPA that allows to install Gnome 40 on the latest Ubuntu 21.04. So if you want Gnome 40, move to Ubuntu 21.04 first.
1It is possible to install GNOME 40 on Ubuntu 20.04. I followed these steps and they worked for me.
Note: All packages are still in the experimental phase. Installing the repositories mentioned below may break your system.
Instructions:
Install the
devacom/gnome-40anddevacom/x11repositories to fixgnome-shelldependencies:sudo add-apt-repository ppa:devacom/gnome-40 sudo add-apt-repository ppa:devacom/x11 sudo apt-get updateInstall
gnome-shellbefore the upgrade (fix desktop will not load):sudo apt install ubuntu-desktop- You may also want to install the Applications Menu or ArcMenu extensions using your browser.
Upgrade your system:
sudo apt upgradeReboot your system and enjoy.