How To Install language-pack-kn on Ubuntu 20.04

In this tutorial we learn how to install language-pack-kn on Ubuntu 20.04. language-pack-kn is translation updates for language Kannada translation updates for language Kannada

Introduction

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

What is language-pack-kn

language-pack-kn is:

Translation data updates for all supported packages for: Kannada

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

Package: language-pack-kn 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-kn-base (>= 1:20.04+20200416) Replaces: language-pack-gnome-kn (« 1:20.04+20200416), language-pack-gnome-kn-base (« 1:20.04+20200416), language-pack-kde-kn (« 1:20.04+20200416), language-pack-kde-kn-base (« 1:20.04+20200416), language-pack-kn (« 1:20.04+20200416), language-pack-kn-base Filename: pool/main/l/language-pack-kn/language-pack-kn_20.04+20200416_all.deb Size: 1896 MD5sum: 4db601f60103afd34404958b436ae10f SHA1: 9faa94a969b4df40cf6011b1913ecee7d76b3eb3 SHA256: 4c8796916ffaad33180f522fbd29acd4c1facea3829f345a0116f74c95b90d4b Description-en: translation updates for language Kannada Translation data updates for all supported packages for: Kannada

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

sudo apt-get -y install language-pack-kn

Install language-pack-kn Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install language-pack-kn

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

sudo aptitude -y install language-pack-kn

How To Uninstall language-pack-kn on Ubuntu 20.04

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

sudo apt-get remove language-pack-kn

Uninstall language-pack-kn And Its Dependencies

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

Remove language-pack-kn Configurations and Data

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

sudo apt-get -y purge language-pack-kn

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

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

sudo apt-get -y autoremove --purge language-pack-kn

References

Summary

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