How To Install thunderbird-locale-ka on Ubuntu 20.04

In this tutorial we learn how to install thunderbird-locale-ka on Ubuntu 20.04. thunderbird-locale-ka is Georgian language pack for Thunderbird Georgian language pack for Thunderbird

Introduction

In this tutorial we learn how to install thunderbird-locale-ka on Ubuntu 20.04.

What is thunderbird-locale-ka

thunderbird-locale-ka is:

This package contains Georgian translations and search plugins for Thunderbird

Package: thunderbird-locale-ka 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: 755 Depends: thunderbird (>= 1:68.7.0+build1-0ubuntu2), thunderbird (« 1:68.7.0+build1-0ubuntu2.1~) Filename: pool/main/t/thunderbird/thunderbird-locale-ka_68.7.0+build1-0ubuntu2_amd64.deb Size: 594644 MD5sum: c5cd13b4a869260cd1ae73654a1148be SHA1: b54dd83966fa0b9b6795372b7188c7121badd932 SHA256: 8a90a57d887571d322745adfb6ff3a19dfd4bc11b7b517f7836e67ec9222398b Description-en: Georgian language pack for Thunderbird This package contains Georgian translations and search plugins for Thunderbird

There are three methods to install thunderbird-locale-ka 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-ka 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-ka using apt-get by running the following command:

sudo apt-get -y install thunderbird-locale-ka

Install thunderbird-locale-ka Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install thunderbird-locale-ka using apt by running the following command:

sudo apt -y install thunderbird-locale-ka

Install thunderbird-locale-ka 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-ka using aptitude by running the following command:

sudo aptitude -y install thunderbird-locale-ka

How To Uninstall thunderbird-locale-ka on Ubuntu 20.04

To uninstall only the thunderbird-locale-ka package we can use the following command:

sudo apt-get remove thunderbird-locale-ka

Uninstall thunderbird-locale-ka And Its Dependencies

To uninstall thunderbird-locale-ka 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-ka

Remove thunderbird-locale-ka Configurations and Data

To remove thunderbird-locale-ka configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge thunderbird-locale-ka

Remove thunderbird-locale-ka configuration, data, and all of its dependencies

We can use the following command to remove thunderbird-locale-ka configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge thunderbird-locale-ka

References

Summary

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