How To Install budgie-showtime-applet on Ubuntu 20.04

In this tutorial we learn how to install budgie-showtime-applet on Ubuntu 20.04. budgie-showtime-applet is Applet displaying date and time on the Budgie Desktop Applet displaying date and time on the Budgie Desktop

Introduction

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

What is budgie-showtime-applet

budgie-showtime-applet 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.

The ShowTime applet is a digital desktop clock, showing time and/or date. Text color of both the displayed time and date can be set separately from the applet’s menu Task: ubuntu-budgie-desktop

Package: budgie-showtime-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: 130 Depends: budgie-extras-common, dconf-cli, dconf-gsettings-backend | gsettings-backend, libbudgie-plugin0 (>= 10.4), libc6 (>= 2.4), libcairo2 (>= 1.2.4), libglib2.0-0 (>= 2.56), libgtk-3-0 (>= 3.21.4), libpango-1.0-0 (>= 1.14.0), libpeas-1.0-0 (>= 1.0.0), libwnck-3-0 (>= 2.91.6) Filename: pool/universe/b/budgie-extras/budgie-showtime-applet_1.0.1-2_amd64.deb Size: 31488 MD5sum: 9ee11c33ac5bcf9d406d3c45dd955789 SHA1: ec61aefcf29446126231ed4d241882868fb2a5b8 SHA256: 7bbe7703cb92d1eb4077f90c187dabefd01ae0f1a69200d0f939c94ef5fd14dc Homepage: https://ubuntubudgie.org Description-en: Applet displaying date and time on the Budgie Desktop 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.

The ShowTime applet is a digital desktop clock, showing time and/or date. Text color of both the displayed time and date can be set separately from the applet’s menu Task: ubuntu-budgie-desktop

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

sudo apt-get -y install budgie-showtime-applet

Install budgie-showtime-applet Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install budgie-showtime-applet

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

sudo aptitude -y install budgie-showtime-applet

How To Uninstall budgie-showtime-applet on Ubuntu 20.04

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

sudo apt-get remove budgie-showtime-applet

Uninstall budgie-showtime-applet And Its Dependencies

To uninstall budgie-showtime-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-showtime-applet

Remove budgie-showtime-applet Configurations and Data

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

sudo apt-get -y purge budgie-showtime-applet

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

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

sudo apt-get -y autoremove --purge budgie-showtime-applet

References

Summary

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