How To Install budgie-brightness-controller-applet on Ubuntu 20.04

In this tutorial we learn how to install budgie-brightness-controller-applet on Ubuntu 20.04. budgie-brightness-controller-applet is Applet to control the brightness of the screen Applet to control the brightness of the screen

Introduction

In this tutorial we learn how to install budgie-brightness-controller-applet on Ubuntu 20.04.

What is budgie-brightness-controller-applet

budgie-brightness-controller-applet is:

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

The brightness controller applet allows controlling of the screen levels via xrandr (fallback) or via gnome-settings-daemon (if available)

Package: budgie-brightness-controller-applet 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: 140 Depends: budgie-extras-common, libbudgie-plugin0 (>= 10.4), libc6 (>= 2.4), libglib2.0-0 (>= 2.56), libgtk-3-0 (>= 3.5.12), libpeas-1.0-0 (>= 1.0.0) Filename: pool/universe/b/budgie-extras/budgie-brightness-controller-applet_1.0.1-2_amd64.deb Size: 33320 MD5sum: 9901acd5a701dab376ac9a961d3e572b SHA1: 0f3935ba0223a0c04924ffbc5865a3bb21cc40ed SHA256: 665af9171c8bf51127eeb133927df4774d520d7cebc9fa5ebd0bf142b36bf21b Homepage: https://ubuntubudgie.org Description-en: Applet to control the brightness of the screen This is part of a suite of python3 and Vala based applets & mini-apps created for the Budgie Desktop that provide additional user orientated capabilities. These can be used individually or as a set.

The brightness controller applet allows controlling of the screen levels via xrandr (fallback) or via gnome-settings-daemon (if available)

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

sudo apt-get -y install budgie-brightness-controller-applet

Install budgie-brightness-controller-applet Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install budgie-brightness-controller-applet

Install budgie-brightness-controller-applet 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-brightness-controller-applet using aptitude by running the following command:

sudo aptitude -y install budgie-brightness-controller-applet

How To Uninstall budgie-brightness-controller-applet on Ubuntu 20.04

To uninstall only the budgie-brightness-controller-applet package we can use the following command:

sudo apt-get remove budgie-brightness-controller-applet

Uninstall budgie-brightness-controller-applet And Its Dependencies

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

sudo apt-get -y autoremove budgie-brightness-controller-applet

Remove budgie-brightness-controller-applet Configurations and Data

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

sudo apt-get -y purge budgie-brightness-controller-applet

Remove budgie-brightness-controller-applet configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge budgie-brightness-controller-applet

References

Summary

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