How To Install language-pack-is-base on Ubuntu 20.04
Introduction
In this tutorial we learn how to install language-pack-is-base on Ubuntu 20.04.
What is language-pack-is-base
language-pack-is-base is:
Translation data for all supported packages for: Icelandic
This package provides the bulk of translation data and is updated only seldom. language-pack-is provides frequent translation updates, so you should install this as well.
Package: language-pack-is-base Architecture: all Version: 1:20.04+20200416 Priority: optional Section: translations Origin: Ubuntu Maintainer: Language pack maintainers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 604 Pre-Depends: dpkg (>= 1.16.1) Depends: locales (>= 2.3.6), language-pack-is (>= 1:20.04+20200416) Conflicts: language-pack-is (« 1:20.04+20200416) Replaces: language-pack-gnome-is (« 1:20.04+20200416), language-pack-gnome-is-base (« 1:20.04+20200416), language-pack-is (« 1:20.04+20200416), language-pack-is-base (« 1:20.04+20200416), language-pack-kde-is (« 1:20.04+20200416), language-pack-kde-is-base (« 1:20.04+20200416) Filename: pool/main/l/language-pack-is-base/language-pack-is-base_20.04+20200416_all.deb Size: 165512 MD5sum: c49627de9e18c8786321f6c43fb3e344 SHA1: c3488ad7ee043ce342aafd81122ecada884c0c5b SHA256: ea3a4f538466ff79844527ad5d5c9f66f37132b0e838883b2f031a1f6916c7ea Description-en: translations for language Icelandic Translation data for all supported packages for: Icelandic
This package provides the bulk of translation data and is updated only seldom. language-pack-is provides frequent translation updates, so you should install this as well.
There are three methods to install language-pack-is-base 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 language-pack-is-base Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get update
After updating apt database, We can install language-pack-is-base using apt-get by running the following command:
sudo apt-get -y install language-pack-is-base
Install language-pack-is-base Using apt
Update apt database with apt using the following command.
sudo apt update
After updating apt database, We can install language-pack-is-base using apt by running the following command:
sudo apt -y install language-pack-is-base
Install language-pack-is-base 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 language-pack-is-base using aptitude by running the following command:
sudo aptitude -y install language-pack-is-base
How To Uninstall language-pack-is-base on Ubuntu 20.04
To uninstall only the language-pack-is-base package we can use the following command:
sudo apt-get remove language-pack-is-base
Uninstall language-pack-is-base And Its Dependencies
To uninstall language-pack-is-base and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:
sudo apt-get -y autoremove language-pack-is-base
Remove language-pack-is-base Configurations and Data
To remove language-pack-is-base configuration and data from Ubuntu 20.04 we can use the following command:
sudo apt-get -y purge language-pack-is-base
Remove language-pack-is-base configuration, data, and all of its dependencies
We can use the following command to remove language-pack-is-base configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge language-pack-is-base
References
Summary
In this tutorial we learn how to install language-pack-is-base package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.