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