How to run and install Pantheon Desktop on Ubuntu
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.
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.
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
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
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.
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.
The whole process is done through PPA, the tool is always maintained for Elementary OS, so there is no risk to the Pantheon desktop. You can update Pantheon with Ubuntu to get the latest benefits from Elementary OS. You may need to change the file in your repository to see the new releases.
Good luck!
See more:
- 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
You should read it
- 5 ways to make Linux desktops look great
- 5 major developments in Linux desktop in 2022
- 5 reasons why Linux distros create their own desktop environment
- 5 reasons to use Linux desktop instead of WSL
- How to check the desktop environment you are using on Linux
- Should I use Linux desktop KDE or GNOME?
- 5 ways Librem 5 phones affect Linux desktop
- 6 best Linux desktop environments in 2022
May be interested
- How to install Deepin desktop environment on Ubuntuso far, deepin has the most beautiful desktop environment. it is probably one of the nicest and most user-friendly of the linux desktop distributions.
- How to customize Ubuntu 16.04 LTS desktopif you use ubuntu 16.04 lts, you may know that the default desktop customization tools are missing on this distribution.
- How to hide desktop icons on Ubuntu 20.04if you find hiding the top toolbar and side panel isn't enough and want everything to disappear from your ubuntu desktop, then you may want to get rid of those annoying icons from its surface.
- What's new in Ubuntu 18.04 LTS just released?ubuntu 18.04 lts code-named bionic beaver has just been officially launched on april 26th. this version is canonical's up to 5 year support period.
- How to install GNOME on Ubuntu 20.04 LTS Focal Fossagnome, gnu network object model environment is a graphical user interface (gui) in linux and especially in the ubuntu operating system. it includes many desktop applications and its purpose is to make the linux system easy to use for non-programmers.
- How to Install Apache Guacamole via Docker on Ubuntu 22.04apache guacamole is a free and open source remote desktop gateway that allows you to remotely connect to your computer/server using different protocols such as ssh, rdp and vnc.
- How to install Putty SSH Client on Ubuntu 20.04 LTSin this article, tipsmake.com will explain how to install putty on ubuntu 20.04 lts system. the same process can be used for debian, mint and earlier ubuntu releases.
- Instructions on how to install Ubuntu on VirtualBox virtual machinehave you ever tried to install ubuntu but the computer doesn't have enough space to run? let's tipsmake.com find out the article to guide how to install ubuntu on this virtualbox virtual machine!
- Instructions to install Ubuntu directly from the hard driveubuntu is one of the most popular linux distributions. if you want to install ubuntu, the simplest way is to use the hard drive. follow the article below to see how to do it.
- How to install Hyper Terminal in Ubuntu 20.04hyper is an open source application supported on all three major platforms: windows, linux, and macos. in this tutorial, tipsmake.com will explain how to install hyper terminal in ubuntu system.