How To Install language-pack-gnome-uk-base on Ubuntu 20.04

In this tutorial we learn how to install language-pack-gnome-uk-base on Ubuntu 20.04. language-pack-gnome-uk-base is GNOME translations for language Ukrainian GNOME translations for language Ukrainian

Introduction

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

What is language-pack-gnome-uk-base

language-pack-gnome-uk-base is:

Translation data for all supported GNOME packages for: Ukrainian

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

Package: language-pack-gnome-uk-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: 9835 Pre-Depends: dpkg (>= 1.16.1) Depends: locales (>= 2.3.6), language-pack-gnome-uk (>= 1:20.04+20200416) Conflicts: language-pack-gnome-uk (« 1:20.04+20200416) Replaces: language-pack-gnome-uk (« 1:20.04+20200416), language-pack-gnome-uk-base (« 1:20.04+20200416), language-pack-kde-uk (« 1:20.04+20200416), language-pack-kde-uk-base (« 1:20.04+20200416), language-pack-uk (« 1:20.04+20200416), language-pack-uk-base (« 1:20.04+20200416) Filename: pool/main/l/language-pack-gnome-uk-base/language-pack-gnome-uk-base_20.04+20200416_all.deb Size: 1973652 MD5sum: c538e00ea8d98ac702a0db10e2038443 SHA1: cc8fb4c759ce994d5897e7d121aca9df20891437 SHA256: c062808ae3ddfe37448f4a4887c51741b17724bc1d9be724b17dd0a15617b6e9 Description-en: GNOME translations for language Ukrainian Translation data for all supported GNOME packages for: Ukrainian

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

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

sudo apt-get -y install language-pack-gnome-uk-base

Install language-pack-gnome-uk-base Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install language-pack-gnome-uk-base

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

sudo aptitude -y install language-pack-gnome-uk-base

How To Uninstall language-pack-gnome-uk-base on Ubuntu 20.04

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

sudo apt-get remove language-pack-gnome-uk-base

Uninstall language-pack-gnome-uk-base And Its Dependencies

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

Remove language-pack-gnome-uk-base Configurations and Data

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

sudo apt-get -y purge language-pack-gnome-uk-base

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

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

sudo apt-get -y autoremove --purge language-pack-gnome-uk-base

References

Summary

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