How To Install language-pack-gnome-af on Ubuntu 20.04

In this tutorial we learn how to install language-pack-gnome-af on Ubuntu 20.04. language-pack-gnome-af is GNOME translation updates for language Afrikaans GNOME translation updates for language Afrikaans

Introduction

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

What is language-pack-gnome-af

language-pack-gnome-af is:

Translation data updates for all supported GNOME packages for: Afrikaans

language-pack-gnome-af-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates.

Package: language-pack-gnome-af 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: 9 Pre-Depends: dpkg (>= 1.16.1) Depends: language-pack-gnome-af-base (>= 1:20.04+20200416), language-pack-af Replaces: language-pack-af (« 1:20.04+20200416), language-pack-af-base (« 1:20.04+20200416), language-pack-gnome-af (« 1:20.04+20200416), language-pack-gnome-af-base, language-pack-kde-af (« 1:20.04+20200416), language-pack-kde-af-base (« 1:20.04+20200416) Filename: pool/main/l/language-pack-gnome-af/language-pack-gnome-af_20.04+20200416_all.deb Size: 1924 MD5sum: b2ca2fe242f879918e6d35846d46b3cf SHA1: 62aea7cc972ed3e60e6b9701cfd5bf0f8bb4dad8 SHA256: 50295ccf7ccaedf28064ec47d792c06684c5ed0f2a285eaa666b77f318a56965 Description-en: GNOME translation updates for language Afrikaans Translation data updates for all supported GNOME packages for: Afrikaans

language-pack-gnome-af-base provides the bulk of translation data and is updated only seldom. This package provides frequent translation updates.

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

sudo apt-get -y install language-pack-gnome-af

Install language-pack-gnome-af Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install language-pack-gnome-af

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

sudo aptitude -y install language-pack-gnome-af

How To Uninstall language-pack-gnome-af on Ubuntu 20.04

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

sudo apt-get remove language-pack-gnome-af

Uninstall language-pack-gnome-af And Its Dependencies

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

Remove language-pack-gnome-af Configurations and Data

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

sudo apt-get -y purge language-pack-gnome-af

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

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

sudo apt-get -y autoremove --purge language-pack-gnome-af

References

Summary

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