How To Install budgie-extras-daemon on Ubuntu 20.04

In this tutorial we learn how to install budgie-extras-daemon on Ubuntu 20.04. budgie-extras-daemon is Extras daemon for budgie-extras capabilities Extras daemon for budgie-extras capabilities

Introduction

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

What is budgie-extras-daemon

budgie-extras-daemon is:

This is part of a suite of python3 and Vala based applets for the Budgie Desktop that provide additional user orientated capabilities. The applets can be used individually or as a set.

Budgie-Extras-Daemon provides both global keybinding and D-Bus functionality for various extras applets and applications. Task: ubuntu-budgie-desktop

Package: budgie-extras-daemon Architecture: amd64 Version: 1.0.1-2 Priority: optional Section: universe/misc Source: budgie-extras Origin: Ubuntu Maintainer: David Mohammed [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 104 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.56), libgtk-3-0 (>= 3.0.0), libkeybinder-3.0-0 (>= 0.3.0) Suggests: plank, budgie-applications-menu-applet Filename: pool/universe/b/budgie-extras/budgie-extras-daemon_1.0.1-2_amd64.deb Size: 26272 MD5sum: b7d6dd132ad8e7227fbe58d43f0894b7 SHA1: 69ce0169c7c770bd4c95aaa79aea3154ecfa2e5f SHA256: 08421d92b94354efa74cef163537764d07cd0ac2cce73064aafafb0a79044a3e Homepage: https://ubuntubudgie.org Description-en: Extras daemon for budgie-extras capabilities This is part of a suite of python3 and Vala based applets for the Budgie Desktop that provide additional user orientated capabilities. The applets can be used individually or as a set.

Budgie-Extras-Daemon provides both global keybinding and D-Bus functionality for various extras applets and applications. Task: ubuntu-budgie-desktop

There are three methods to install budgie-extras-daemon 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-extras-daemon 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-extras-daemon using apt-get by running the following command:

sudo apt-get -y install budgie-extras-daemon

Install budgie-extras-daemon Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install budgie-extras-daemon

Install budgie-extras-daemon 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-extras-daemon using aptitude by running the following command:

sudo aptitude -y install budgie-extras-daemon

How To Uninstall budgie-extras-daemon on Ubuntu 20.04

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

sudo apt-get remove budgie-extras-daemon

Uninstall budgie-extras-daemon And Its Dependencies

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

sudo apt-get -y autoremove budgie-extras-daemon

Remove budgie-extras-daemon Configurations and Data

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

sudo apt-get -y purge budgie-extras-daemon

Remove budgie-extras-daemon configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge budgie-extras-daemon

References

Summary

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