How To Install thunderbird-locale-hy on Ubuntu 20.04
Introduction
In this tutorial we learn how to install thunderbird-locale-hy on Ubuntu 20.04.
What is thunderbird-locale-hy
thunderbird-locale-hy is:
This package contains Armenian translations and search plugins for Thunderbird
Package: thunderbird-locale-hy Architecture: amd64 Version: 1:68.7.0+build1-0ubuntu2 Priority: optional Section: web Source: thunderbird Origin: Ubuntu Maintainer: Ubuntu Mozilla Team [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 742 Depends: thunderbird (>= 1:68.7.0+build1-0ubuntu2), thunderbird (« 1:68.7.0+build1-0ubuntu2.1~) Filename: pool/main/t/thunderbird/thunderbird-locale-hy_68.7.0+build1-0ubuntu2_amd64.deb Size: 578176 MD5sum: 0224ed05a7864dd4900b596b60f92e4d SHA1: de7f7dcc92fbb439c7d543f1690aaf1777f01f2e SHA256: cb3117577f28dc42b6990550cadeb33a1d002d264a4e059abc1b2275dc2b9aee Description-en: Armenian language pack for Thunderbird This package contains Armenian translations and search plugins for Thunderbird
There are three methods to install thunderbird-locale-hy 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 thunderbird-locale-hy Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get update
After updating apt database, We can install thunderbird-locale-hy using apt-get by running the following command:
sudo apt-get -y install thunderbird-locale-hy
Install thunderbird-locale-hy Using apt
Update apt database with apt using the following command.
sudo apt update
After updating apt database, We can install thunderbird-locale-hy using apt by running the following command:
sudo apt -y install thunderbird-locale-hy
Install thunderbird-locale-hy 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 thunderbird-locale-hy using aptitude by running the following command:
sudo aptitude -y install thunderbird-locale-hy
How To Uninstall thunderbird-locale-hy on Ubuntu 20.04
To uninstall only the thunderbird-locale-hy package we can use the following command:
sudo apt-get remove thunderbird-locale-hy
Uninstall thunderbird-locale-hy And Its Dependencies
To uninstall thunderbird-locale-hy and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:
sudo apt-get -y autoremove thunderbird-locale-hy
Remove thunderbird-locale-hy Configurations and Data
To remove thunderbird-locale-hy configuration and data from Ubuntu 20.04 we can use the following command:
sudo apt-get -y purge thunderbird-locale-hy
Remove thunderbird-locale-hy configuration, data, and all of its dependencies
We can use the following command to remove thunderbird-locale-hy configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge thunderbird-locale-hy
References
Summary
In this tutorial we learn how to install thunderbird-locale-hy package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.