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

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

Introduction

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

What is language-pack-gnome-fur-base

language-pack-gnome-fur-base is:

Translation data for all supported GNOME packages for: Friulian

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

Package: language-pack-gnome-fur-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: 3374 Pre-Depends: dpkg (>= 1.16.1) Depends: locales (>= 2.3.6), language-pack-gnome-fur (>= 1:20.04+20200416) Conflicts: language-pack-gnome-fur (« 1:20.04+20200416) Replaces: language-pack-fur (« 1:20.04+20200416), language-pack-fur-base (« 1:20.04+20200416), language-pack-gnome-fur (« 1:20.04+20200416), language-pack-gnome-fur-base (« 1:20.04+20200416), language-pack-kde-fur (« 1:20.04+20200416), language-pack-kde-fur-base (« 1:20.04+20200416) Filename: pool/main/l/language-pack-gnome-fur-base/language-pack-gnome-fur-base_20.04+20200416_all.deb Size: 826828 MD5sum: ca258b8e0139e95cdddd7dc61394c264 SHA1: 43576645a61ac7a68c884801b830f3c73698d44d SHA256: d925a1162b3ce75b43d4ff98a2fc8847b24db0dd743bb28e35080ab2c3ea140e Description-en: GNOME translations for language Friulian Translation data for all supported GNOME packages for: Friulian

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

References

Summary

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