How To Install mate-applets-common on Debian 9
Introduction
In this tutorial we learn how to install mate-applets-common
on Debian 9.
What is mate-applets-common
mate-applets-common is:
accessx-status: indicates keyboard accessibility settings, including the current state of the keyboard, if those features are in use.
Battstat: monitors the power subsystem on a laptop.
Character palette: provides a convenient way to access non-standard characters, such as accented characters, mathematical symbols, special symbols, and punctuation marks.
MATE CPUFreq Applet: CPU frequency scaling monitor
Drivemount: lets you mount and unmount drives and file systems.
Geyes: pair of eyes which follow the mouse pointer around the screen.
Keyboard layout switcher: lets you assign different keyboard layouts for different locales.
Invest: downloads current stock quotes from the Internet and displays the quotes in a scrolling display in the applet. The applet downloads the stock information from Yahoo! Finance.
Netspeed: network traffic monitor applet.
System monitor: CPU, memory, network, swap file and resource.
Trash: lets you drag items to the trash folder.
Weather report: downloads weather information from the U.S National Weather Service (NWS) servers, including the Interactive Weather Information Network (IWIN).
This package contains the architecture independent files.
There are three methods to install mate-applets-common
on Debian 9. We can use apt-get
, apt
and aptitude
. In the following sections we will describe each method. You can choose one of them.
Install mate-applets-common Using apt-get
Update apt database with apt-get
using the following command.
After updating apt database, We can install mate-applets-common
using apt-get
by running the following command:
Install mate-applets-common Using apt
Update apt database with apt
using the following command.
After updating apt database, We can install mate-applets-common
using apt
by running the following command:
Install mate-applets-common 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 Debian. Update apt database with aptitude
using the following command.
After updating apt database, We can install mate-applets-common
using aptitude
by running the following command:
How To Uninstall mate-applets-common on Debian 9
To uninstall only the mate-applets-common
package we can use the following command:
Uninstall mate-applets-common And Its Dependencies
To uninstall mate-applets-common
and its dependencies that are no longer needed by Debian 9, we can use the command below:
Remove mate-applets-common Configurations and Data
To remove mate-applets-common
configuration and data from Debian 9 we can use the following command:
Remove mate-applets-common configuration, data, and all of its dependencies
We can use the following command to remove mate-applets-common
configurations, data and all of its dependencies, we can use the following command:
Dependencies
mate-applets-common have the following dependencies:
References
Summary
In this tutorial we learn how to install mate-applets-common
package on Debian 9 using different package management tools: apt
, apt-get
and aptitude
.