How To Install thunderbird-locale-kab on Ubuntu 20.04

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

Introduction

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

What is thunderbird-locale-kab

thunderbird-locale-kab is:

This package contains Kabyle translations and search plugins for Thunderbird

Package: thunderbird-locale-kab 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: 700 Depends: thunderbird (>= 1:68.7.0+build1-0ubuntu2), thunderbird (« 1:68.7.0+build1-0ubuntu2.1~) Filename: pool/main/t/thunderbird/thunderbird-locale-kab_68.7.0+build1-0ubuntu2_amd64.deb Size: 536820 MD5sum: 8b9c947ce0831a831dec14dcfd6cbe59 SHA1: aa700c5c65d643e2133e9aa56208998525214706 SHA256: b25443ae87c121743e8f14a01904b9971d97df7aa0800cbad17bd601940294e9 Description-en: Kabyle language pack for Thunderbird This package contains Kabyle translations and search plugins for Thunderbird

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

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

Install thunderbird-locale-kab Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install thunderbird-locale-kab

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

sudo aptitude -y install thunderbird-locale-kab

How To Uninstall thunderbird-locale-kab on Ubuntu 20.04

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

sudo apt-get remove thunderbird-locale-kab

Uninstall thunderbird-locale-kab And Its Dependencies

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

Remove thunderbird-locale-kab Configurations and Data

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

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

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

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

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

References

Summary

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