How To Install language-pack-eu-base on Ubuntu 20.04

In this tutorial we learn how to install language-pack-eu-base on Ubuntu 20.04. language-pack-eu-base is translations for language Basque translations for language Basque

Introduction

In this tutorial we learn how to install language-pack-eu-base on Ubuntu 20.04.

What is language-pack-eu-base

language-pack-eu-base is:

Translation data for all supported packages for: Basque

This package provides the bulk of translation data and is updated only seldom. language-pack-eu provides frequent translation updates, so you should install this as well.

Package: language-pack-eu-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: 1674 Pre-Depends: dpkg (>= 1.16.1) Depends: locales (>= 2.3.6), language-pack-eu (>= 1:20.04+20200416) Conflicts: language-pack-eu (« 1:20.04+20200416) Replaces: language-pack-eu (« 1:20.04+20200416), language-pack-eu-base (« 1:20.04+20200416), language-pack-gnome-eu (« 1:20.04+20200416), language-pack-gnome-eu-base (« 1:20.04+20200416), language-pack-kde-eu (« 1:20.04+20200416), language-pack-kde-eu-base (« 1:20.04+20200416) Filename: pool/main/l/language-pack-eu-base/language-pack-eu-base_20.04+20200416_all.deb Size: 426560 MD5sum: d12caf389dc88ce6829fe2acc90b32bd SHA1: 3d81b7da3eee30f1c95fbee085697b1623702762 SHA256: 30011fc5db4fe8861f5138f92d8da354eac52c3c611af4741682021029ddd18d Description-en: translations for language Basque Translation data for all supported packages for: Basque

This package provides the bulk of translation data and is updated only seldom. language-pack-eu provides frequent translation updates, so you should install this as well.

There are three methods to install language-pack-eu-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-eu-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-eu-base using apt-get by running the following command:

sudo apt-get -y install language-pack-eu-base

Install language-pack-eu-base Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install language-pack-eu-base using apt by running the following command:

sudo apt -y install language-pack-eu-base

Install language-pack-eu-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-eu-base using aptitude by running the following command:

sudo aptitude -y install language-pack-eu-base

How To Uninstall language-pack-eu-base on Ubuntu 20.04

To uninstall only the language-pack-eu-base package we can use the following command:

sudo apt-get remove language-pack-eu-base

Uninstall language-pack-eu-base And Its Dependencies

To uninstall language-pack-eu-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-eu-base

Remove language-pack-eu-base Configurations and Data

To remove language-pack-eu-base configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge language-pack-eu-base

Remove language-pack-eu-base configuration, data, and all of its dependencies

We can use the following command to remove language-pack-eu-base configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge language-pack-eu-base

References

Summary

In this tutorial we learn how to install language-pack-eu-base package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.