How To Install budgie-trash-applet on Ubuntu 20.04

In this tutorial we learn how to install budgie-trash-applet on Ubuntu 20.04. budgie-trash-applet is Applet allows access to trash capabilities for the Budgie Desktop Applet allows access to trash capabilities for the Budgie Desktop

Introduction

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

What is budgie-trash-applet

budgie-trash-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 trash applet allows the user access the desktop trash capabilities from the panel including the ability to delete and restore files stored in the trash folder. Task: ubuntu-budgie-desktop

Package: budgie-trash-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: 118 Depends: budgie-extras-common, libbudgie-plugin0 (>= 10.4), libc6 (>= 2.4), 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-trash-applet_1.0.1-2_amd64.deb Size: 28416 MD5sum: 083a5384afcbbe6ed10c66a4ac1ff0c1 SHA1: a56b2b3563a119907dd7d1209c6b5c171a1440d5 SHA256: 1e909e381feb7bfd1a5d7a4feaebd66ce03df46a6a59e01a8556ee28abc8a601 Homepage: https://ubuntubudgie.org Description-en: Applet allows access to trash capabilities 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 trash applet allows the user access the desktop trash capabilities from the panel including the ability to delete and restore files stored in the trash folder. Task: ubuntu-budgie-desktop

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

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

Install budgie-trash-applet Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install budgie-trash-applet

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

sudo aptitude -y install budgie-trash-applet

How To Uninstall budgie-trash-applet on Ubuntu 20.04

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

sudo apt-get remove budgie-trash-applet

Uninstall budgie-trash-applet And Its Dependencies

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

Remove budgie-trash-applet Configurations and Data

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

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

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

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

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

References

Summary

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