How To Install thunderbird-locale-dsb on Ubuntu 20.04
Introduction
In this tutorial we learn how to install thunderbird-locale-dsb on Ubuntu 20.04.
What is thunderbird-locale-dsb
thunderbird-locale-dsb is:
This package contains Sorbian, Lower translations and search plugins for Thunderbird
Package: thunderbird-locale-dsb 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: 729 Depends: thunderbird (>= 1:68.7.0+build1-0ubuntu2), thunderbird (« 1:68.7.0+build1-0ubuntu2.1~) Filename: pool/main/t/thunderbird/thunderbird-locale-dsb_68.7.0+build1-0ubuntu2_amd64.deb Size: 565508 MD5sum: cc83b6df77f49529d9eb7cfe5d008df5 SHA1: 029e4fe8cb3809fcc7c072a3d13e260dac5fd77e SHA256: 4d31d338aa7bd68a6355d1eb8f60039fa82d31160f27250b4b1dc983f1e18b79 Description-en: Sorbian, Lower language pack for Thunderbird This package contains Sorbian, Lower translations and search plugins for Thunderbird
There are three methods to install thunderbird-locale-dsb 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-dsb 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-dsb using apt-get by running the following command:
sudo apt-get -y install thunderbird-locale-dsb
Install thunderbird-locale-dsb Using apt
Update apt database with apt using the following command.
sudo apt update
After updating apt database, We can install thunderbird-locale-dsb using apt by running the following command:
sudo apt -y install thunderbird-locale-dsb
Install thunderbird-locale-dsb 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-dsb using aptitude by running the following command:
sudo aptitude -y install thunderbird-locale-dsb
How To Uninstall thunderbird-locale-dsb on Ubuntu 20.04
To uninstall only the thunderbird-locale-dsb package we can use the following command:
sudo apt-get remove thunderbird-locale-dsb
Uninstall thunderbird-locale-dsb And Its Dependencies
To uninstall thunderbird-locale-dsb 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-dsb
Remove thunderbird-locale-dsb Configurations and Data
To remove thunderbird-locale-dsb configuration and data from Ubuntu 20.04 we can use the following command:
sudo apt-get -y purge thunderbird-locale-dsb
Remove thunderbird-locale-dsb configuration, data, and all of its dependencies
We can use the following command to remove thunderbird-locale-dsb configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge thunderbird-locale-dsb
References
Summary
In this tutorial we learn how to install thunderbird-locale-dsb package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.