Learning

Linux for Starters: Your Guide to Linux – Try Different Desktops – Part 16

Last Updated on May 22, 2022

Budgie

The Budgie Desktop is a modern desktop designed to keep out the way of the user. The desktop focuses on simplicity and elegance. It provides a traditional desktop metaphor based interface using customisable panel based menu driven system. Budgie-Desktop is written from scratch using many GNOME based sub-systems such as GNOME-Session and Mutter.

Before we start, open up a Terminal and make sure your system is up-to-date with the command:

$ sudo apt update && sudo apt upgrade

We can install Budgie with the command:

$ sudo apt install budgie-desktop

This package installs the minimal GNOME based package-set together with the key budgie-desktop packages to produce a working desktop environment. It installs 8 packages including budgie-core. It’s a download just over 1 MB and uses nearly 6 MB of additional disk space.

We also suggest you install budgie-extras-common which provides applets for the desktop.

$ sudo apt install budgie-extras-common

Here’s an image of the Budgie Desktop in action.

Linux for Starters - Budgie Desktop
Click image for full size

Pages in this article:
Page 1 – Introduction
Page 2 – KDE Plasma 5
Page 3 – XFCE
Page 4 – MATE
Page 5 – Budgie


All articles in this series:

Linux For Starters: Your Guide to Linux
1What is Linux? Why use Linux? What do I need?
2Choose a Linux distribution meeting your specific needs and requirements.
3Make a bootable Ubuntu USB stick in Windows.
4We show you how to install Ubuntu 21.04 on your hard disk.
5Things to do after installing Ubuntu.
6Navigating your way around the Desktop.
7Updating the system, install new software.
8Open source replacements for proprietary Windows desktop software.
9Get started with the power and flexibility of the terminal.
10We cover the basics of files and permissions.
11Getting help from your system.
12Learn all about the file system.
13Manipulating files from the shell.
14Maintain your system with these simple tips.
15Managing users on your system.
16Explore different desktops to GNOME 3.
17Gaming on Linux.
18Protect your privacy with this guide.
19Access the Windows desktop from Linux using a remote desktop client.
20Set up a virtual machine running Ubuntu as the host and openSUSE as the guest.
21Wine lets you run Windows programs on Linux without emulation.
22Extend your GNOME desktop with extensions and themes.
XUseful Linux commands.
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

2 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Mod User
Mod User
2 years ago

Well, before coming to this article I only knew about KDE, xfce, Gnome etc. as Linux desktop environments.
But the way you represented it looks completely confusing to me at least from the naming conventions (Kubuntu, Lubuntu, Ubuntu Mate etc.).
But I must thank you for such a well organized content structure. I might have to go through some more article to connect the dots.

Dev_Ops
Dev_Ops
2 years ago
Reply to  Mod User

Kubuntu, Lubuntu,and Ubuntu MATE are Linux distributions (derivatives of Ubuntu), not desktop environments.

KDE, XFCE, GNOME are desktop environments.

The former can use the latter. For example Ubuntu MATE uses MATE as its default user interface.