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

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

Introduction

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

What is language-pack-gnome-fi

language-pack-gnome-fi is:

Translation data updates for all supported GNOME packages for: Finnish

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

Package: language-pack-gnome-fi 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-fi-base (>= 1:20.04+20200416), language-pack-fi Replaces: language-pack-fi (« 1:20.04+20200416), language-pack-fi-base (« 1:20.04+20200416), language-pack-gnome-fi (« 1:20.04+20200416), language-pack-gnome-fi-base, language-pack-kde-fi (« 1:20.04+20200416), language-pack-kde-fi-base (« 1:20.04+20200416) Filename: pool/main/l/language-pack-gnome-fi/language-pack-gnome-fi_20.04+20200416_all.deb Size: 1924 MD5sum: 7ef9b9f79f5ac909d0a3e5dbae6cec37 SHA1: 9479d4d58addb4df196f5f1a86e419d172f83515 SHA256: 13ab7664349df337e6bc772df6e20ef1e58dff1b6e5b4b03926e1c948ed819aa Description-en: GNOME translation updates for language Finnish Translation data updates for all supported GNOME packages for: Finnish

language-pack-gnome-fi-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-fi 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-fi 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-fi using apt-get by running the following command:

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

Install language-pack-gnome-fi Using apt

Update apt database with apt using the following command.

sudo apt update

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

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

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

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

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

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

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

Uninstall language-pack-gnome-fi And Its Dependencies

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

Remove language-pack-gnome-fi Configurations and Data

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

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

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

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

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

References

Summary

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