Installing Budgie Desktop on Ubuntu [Quick Guide]

Brief: Learn how to install Budgie desktop on Ubuntu in this step-by-step tutorial.

Among all the various Ubuntu versions, Ubuntu Budgie is the most underrated one. It looks elegant and it’s not heavy on resources.

Read this Ubuntu Budgie review or simply watch this video to see what Ubuntu Budgie 18.04 looks like.

Subscribe to our YouTube channel for more Linux Videos

If you like Budgie desktop but you are using some other version of Ubuntu such as the default Ubuntu with GNOME desktop, I have good news for you. You can install Budgie on your current Ubuntu system and switch the desktop environments.

In this post, I’m going to tell you exactly how to do that. But first, a little introduction to Budgie for those who are unaware about it.

Budgie desktop environment is developed mainly by Solus Linux team. It is designed with focus on elegance and modern usage. Budgie is available for all major Linux distributions for users to try and experience this new desktop environment. Budgie is pretty mature by now and provides a great desktop experience.

Warning

Installing multiple desktops on the same system MAY result in conflicts and you may see some issue like missing icons in the panel or multiple icons of the same program.

You may not see any issue at all as well. It’s your call if you want to try different desktop.

Install Budgie on Ubuntu

This method is not tested on Linux Mint, so I recommend that you not follow this guide for Mint.

For those on Ubuntu, Budgie is now a part of the Ubuntu repositories by default. Hence, we don’t need to add any PPAs in order to get Budgie.

To install Budgie, simply run this command in terminal. We’ll first make sure that the system is fully updated.

sudo apt update && sudo apt upgrade
sudo apt install ubuntu-budgie-desktop

When everything is done downloading, you will get a prompt to choose your display manager. Select ‘lightdm’ to get the full Budgie experience.

budgie_install_select_dm-3-6341001
Select lightdm

After the installation is complete, reboot your computer. You will be then greeted by the Budgie login screen. Enter your password to go into the homescreen.

budgie_homescreen-2-8791029
Budgie Desktop Home

Switching to other desktop environments

budgie_install_lockscreen-1-9295561
Budgie login screen

You can click the Budgie icon next to your name to get options for login. From there you can select between the installed Desktop Environments (DEs). In my case, I see Budgie and the default Ubuntu (GNOME) DEs.

budgie_install_lockscreen_select_de-1-6790361
Select your DE

Hence whenever you feel like logging into GNOME, you can do so using this menu.

Suggested read How To Solve: Archive Type Not Supported In Ubuntu Linux [Quick Tip]

How to Remove Budgie

If you don’t like Budgie or just want to go back to your regular old Ubuntu, you can switch back to your regular desktop as described in the above section.

However, if you really want to remove Budgie and its component, you can follow the following commands to get back to a clean slate.

Switch to some other desktop environments before using these commands:

sudo apt remove ubuntu-budgie-desktop ubuntu-budgie* lightdm
sudo apt autoremove
sudo apt install --reinstall gdm3

After running all the commands successfully, reboot your computer.

Now, you will be back to GNOME or whichever desktop environment you had.

What you think of Budgie?

Budgie is one of the best desktop environments for Linux. Hope this short guide helped you install the awesome Budgie desktop on your Ubuntu system.

If you did install Budgie, what do you like about it the most? Let us know in the comments below. And as usual, any questions or suggestions are always welcome.

Source