How To Install budgie-recentlyused-applet on Ubuntu 20.04

In this tutorial we learn how to install budgie-recentlyused-applet on Ubuntu 20.04. budgie-recentlyused-applet is Applet displays files recently accessed for the Budgie Desktop Applet displays files recently accessed for the Budgie Desktop

Introduction

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

What is budgie-recentlyused-applet

budgie-recentlyused-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 recentlyused applet displays the users files that have been opened or created within a configurable period of time. Task: ubuntu-budgie-desktop

Package: budgie-recentlyused-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: 78 Depends: budgie-extras-common, xdg-utils, dconf-gsettings-backend | gsettings-backend, libbudgie-plugin0 (>= 10.4), libc6 (>= 2.4), libgee-0.8-2 (>= 0.8.3), libglib2.0-0 (>= 2.56), libgtk-3-0 (>= 3.16.2), libpeas-1.0-0 (>= 1.0.0) Filename: pool/universe/b/budgie-extras/budgie-recentlyused-applet_1.0.1-2_amd64.deb Size: 18700 MD5sum: ab56b97ea22ef968238b2831792cb865 SHA1: 2b1c5e8a3efdc309092aaff2f46e091da5ee00b6 SHA256: b509d8047e6f22244c6e91de7badd23f18c88aa6df7a26d3318934dae194c9f3 Homepage: https://ubuntubudgie.org Description-en: Applet displays files recently accessed for 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 recentlyused applet displays the users files that have been opened or created within a configurable period of time. Task: ubuntu-budgie-desktop

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

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

Install budgie-recentlyused-applet Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install budgie-recentlyused-applet

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

sudo aptitude -y install budgie-recentlyused-applet

How To Uninstall budgie-recentlyused-applet on Ubuntu 20.04

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

sudo apt-get remove budgie-recentlyused-applet

Uninstall budgie-recentlyused-applet And Its Dependencies

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

Remove budgie-recentlyused-applet Configurations and Data

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

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

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

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

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

References

Summary

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