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