How To Install budgie-previews-applet on Ubuntu 20.04
Introduction
In this tutorial we learn how to install budgie-previews-applet on Ubuntu 20.04.
What is budgie-previews-applet
budgie-previews-applet is:
This is a transitional package. It can safely be removed.
Package: budgie-previews-applet Architecture: all 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: 34 Depends: budgie-previews Filename: pool/universe/b/budgie-extras/budgie-previews-applet_1.0.1-2_all.deb Size: 7968 MD5sum: 64eea348d2396c0b62562dcec0c41abb SHA1: 25e5984110bd79b9f4be5cfc0aab67871cb0a286 SHA256: c1ba5819ceeb55fa5fbe95668866c001452a0ed2e50178252e26bb926ecaa435 Homepage: https://ubuntubudgie.org Description-en: transitional package This is a transitional package. It can safely be removed.
There are three methods to install budgie-previews-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-previews-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-previews-applet using apt-get by running the following command:
sudo apt-get -y install budgie-previews-applet
Install budgie-previews-applet Using apt
Update apt database with apt using the following command.
sudo apt update
After updating apt database, We can install budgie-previews-applet using apt by running the following command:
sudo apt -y install budgie-previews-applet
Install budgie-previews-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-previews-applet using aptitude by running the following command:
sudo aptitude -y install budgie-previews-applet
How To Uninstall budgie-previews-applet on Ubuntu 20.04
To uninstall only the budgie-previews-applet package we can use the following command:
sudo apt-get remove budgie-previews-applet
Uninstall budgie-previews-applet And Its Dependencies
To uninstall budgie-previews-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-previews-applet
Remove budgie-previews-applet Configurations and Data
To remove budgie-previews-applet configuration and data from Ubuntu 20.04 we can use the following command:
sudo apt-get -y purge budgie-previews-applet
Remove budgie-previews-applet configuration, data, and all of its dependencies
We can use the following command to remove budgie-previews-applet configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge budgie-previews-applet
References
Summary
In this tutorial we learn how to install budgie-previews-applet package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.