Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

How to Run and Install Pantheon Desktop on Ubuntu

Learn how to run and Install Pantheon Desktop on Ubuntu with clear steps, practical examples, and troubleshooting tips for safer, more reliable results.

Table of Contents

How to Run and Install Pantheon Desktop on Ubuntu is easier to understand when the core ideas are paired with practical examples. The sections below explain the topic clearly, highlight useful steps, and point out details that can prevent common errors.

Ubuntu brings multi-color experiences to users. But all these experiences are based on a familiar desktop environment. It is also the biggest omission of Ubuntu-based distributions. Typical examples of the important role of desktop environments are Linux Mint with Cinnamon and Elemantary OS with Pantheon.

Because Elemantary OS is based on Ubuntu LTS releases, it is not too difficult to get Pantheon on Ubuntu. Actually, it is available in a PPA maintained by the Elementary developers. But there is one big question you need to find yourself: If you plan to use LTS version of Ubuntu, you may want to use Elementary OS instead? Elementary is basically Ubuntu designed to work on Pantheon with some other remarkable quality improvements. If you prefer to use the latest Ubuntu versions with Pantheon, adding PPA is the best option. Just be aware that packages are built for the latest LTS.

Add PPA

To get started, add PPA to the Ubuntu system. If you are using Bionic or another previous version, everything will be easier. Please add PPA with Apt.

 sudo apt-add-repository ppa:elementary-os/stable 

If you have a non-Bionic distribution, such as Cosmic, you'll need to do this manually. So create a new file for configuration.

 sudo touch /etc/apt/sources.list.d/elementary.list 

Now add the following lines to the file.

 deb http://ppa.launchpad.net/elementary-os/stable/ubuntu bionic main deb-src http://ppa.launchpad.net/elementary-os/stable/ubuntu bionic main 

When finished, enter the key for the repository.

 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6C8769CEDC20F5E66C3B7D37BF36996C4E1F8A59 

No matter how you use it, update Apt and get ready to install Pantheon.

 sudo apt update 

Install Pantheon

With PPA added, you can bring almost everything from Elementary OS to your Ubuntu system. There are several ways to do this. First, you can install everything very quickly.

 sudo apt install elementary-meta 

How to Run and Install Pantheon Desktop on Ubuntu example image 1

How to Run and Install Pantheon Desktop on Ubuntu example image 2

During the installation process, Apt will stop to ask which log manager you want to use. Choose LightDM. It's like using Ubuntu with Unity and works well when you want to go back to Gnome.

Next, you can set up the desktop.

 sudo apt install elementary-desktop 

If you want all the themes and icons in Elementary, you can also get what you want there.

 sudo apt install elementary-artwork elementary-theme elementary-wallpapers elementary-icon-theme 

You can install any other packages from Pantheon with PPA. You can find the entire list on the Launchpad page.

When you're done, it is recommended to update Ubuntu to see if there are any new packages that match the versions in the PPA.

 sudo apt upgrade 

Restart into Pantheon

How to Run and Install Pantheon Desktop on Ubuntu example image 3

When you have finished installing Pantheon and updating Ubuntu, you can restart Ubuntu. When Ubuntu completes the reboot, you should choose LightDM instead of GDM (GDM is the default option). It is a signal that everything works well. Click the desktop icon to change the environment you want to log in to. Pantheon will be listed as an available option, and you should choose it.

How to Run and Install Pantheon Desktop on Ubuntu example image 4

When logging into the Pantheon desktop, you will be greeted with a combined interface between Ubuntu and Elementary OS. You can use the settings to change the theme the way you want. Pantheon is a GNOME-based GTK desktop, so most compatible themes will work with Pantheon.

  • Instructions for installing MATE screen on Ubuntu
  • Linux Mint's Cinnamon installation guide on Ubuntu
  • Instructions on how to install Ubuntu on VirtualBox virtual machine

FAQ

What should you know about instructions for installing Pantheon Desktop on Ubuntu Add PPA Install Pantheon Restart into Pantheon Add PPA?

To get started, add PPA to the Ubuntu system. If you are using Bionic or another previous version, everything will be easier. Please add PPA with Apt.

What should you know about install Pantheon?

With PPA added, you can bring almost everything from Elementary OS to your Ubuntu system. There are several ways to do this. First, you can install everything very quickly.

What is How to Run and Install Pantheon Desktop on Ubuntu?

Ubuntu brings multi-color experiences to users.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.