How To Install budgie-core on Ubuntu 20.04

Hostnbit
In this tutorial we learn how to install budgie-core on Ubuntu 20.04. budgie-core is Core package for Budgie-Desktop Core package for Budgie-Desktop

Introduction

In this tutorial we learn how to install budgie-core on Ubuntu 20.04.

What is budgie-core

budgie-core is:

Budgie-Desktop is a GTK+ based desktop environment which focuses on
simplicity and elegance. It provides a traditional desktop metaphor
based interface utilising customisable panel based menu driven system.
Budgie-Desktop is written from scratch utilising many GNOME based
sub-systems such as GNOME-Session and Mutter.

This is the base package for budgie-desktop. This package provides:
GNOME Network Manager autostart file specifically for Budgie
budgie-desktop plugins
locales and icons for budgie-desktop
budgie-desktop executables
GLib schemas for budgie-desktop
Session file for budgie-desktop
Task: ubuntu-budgie-desktop

Package: budgie-core
Architecture: amd64
Version: 10.5.1-6
Priority: optional
Section: universe/x11
Source: budgie-desktop
Origin: Ubuntu
Maintainer: David Mohammed [email protected]
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 3310
Depends: gnome-settings-daemon, gnome-session-bin, gnome-session-common, gnome-screensaver, dconf-gsettings-backend | gsettings-backend, libasound2 (>= 1.0.16), libbudgie-plugin0 (>= 10.4), libbudgie-private0 (>= 10.4), libbudgietheme0 (>= 10.3), libc6 (>= 2.29), libcairo2 (>= 1.10.0), libgdk-pixbuf2.0-0 (>= 2.22.0), libgirepository-1.0-1 (>= 0.9.2), libgles2, libglib2.0-0 (>= 2.57), libgnome-bluetooth13 (>= 3.16), libgnome-desktop-3-19 (>= 3.17.92), libgnome-menu-3-0 (>= 3.2.0.1), libgtk-3-0 (>= 3.21.4), libibus-1.0-5 (>= 1.5.11), libmutter-6-0 (>= 3.29.91), libnotify4 (>= 0.7.0), libpeas-1.0-0 (>= 1.0.0), libpolkit-agent-1-0 (>= 0.99), libpolkit-gobject-1-0 (>= 0.94), libpulse-mainloop-glib0 (>= 0.99.1), libpulse0 (>= 0.99.1), libraven0 (>= 10.5~git20190202), libupower-glib3 (>= 0.99.0), libuuid1 (>= 2.20.1), libwnck-3-0 (>= 3.4.7), libx11-6
Filename: pool/universe/b/budgie-desktop/budgie-core_10.5.1-6_amd64.deb
Size: 585664
MD5sum: f7a37acd492f92dae710b0290d0b33b1
SHA1: 8f368b320e1c3cfed752ad6e188a7fe3d330b54a
SHA256: f49f406ccd80fa03ed032552a9098cf2a113edbf4061bcda95fe67525b0346f9
Homepage: https://github.com/solus-project/budgie-desktop
Description-en: Core package for Budgie-Desktop
Budgie-Desktop is a GTK+ based desktop environment which focuses on
simplicity and elegance. It provides a traditional desktop metaphor
based interface utilising customisable panel based menu driven system.
Budgie-Desktop is written from scratch utilising many GNOME based
sub-systems such as GNOME-Session and Mutter.

This is the base package for budgie-desktop. This package provides:
GNOME Network Manager autostart file specifically for Budgie
budgie-desktop plugins
locales and icons for budgie-desktop
budgie-desktop executables
GLib schemas for budgie-desktop
Session file for budgie-desktop
Task: ubuntu-budgie-desktop

There are three methods to install budgie-core on Ubuntu 20.04. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install budgie-core Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install budgie-core using apt-get by running the following command:

sudo apt-get -y install budgie-core

Install budgie-core Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install budgie-core using apt by running the following command:

sudo apt -y install budgie-core

Install budgie-core Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install budgie-core using aptitude by running the following command:

sudo aptitude -y install budgie-core

How To Uninstall budgie-core on Ubuntu 20.04

To uninstall only the budgie-core package we can use the following command:

sudo apt-get remove budgie-core

Uninstall budgie-core And Its Dependencies

To uninstall budgie-core and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove budgie-core

Remove budgie-core Configurations and Data

To remove budgie-core configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge budgie-core

Remove budgie-core configuration, data, and all of its dependencies

We can use the following command to remove budgie-core configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge budgie-core

References

Summary

In this tutorial we learn how to install budgie-core package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.

Hostnbit

Leave a Comment

Your email address will not be published. Required fields are marked *

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

Menu Title
Scroll to Top