How To Install language-pack-ckb on Ubuntu 20.04

In this tutorial we learn how to install language-pack-ckb on Ubuntu 20.04. language-pack-ckb is translation updates for language Kurdish, Central translation updates for language Kurdish, Central

Introduction

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

What is language-pack-ckb

language-pack-ckb is:

Translation data updates for all supported packages for: Kurdish, Central

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

Package: language-pack-ckb 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-ckb-base (>= 1:20.04+20200416) Replaces: language-pack-ckb (« 1:20.04+20200416), language-pack-ckb-base, language-pack-gnome-ckb (« 1:20.04+20200416), language-pack-gnome-ckb-base (« 1:20.04+20200416), language-pack-kde-ckb (« 1:20.04+20200416), language-pack-kde-ckb-base (« 1:20.04+20200416) Filename: pool/main/l/language-pack-ckb/language-pack-ckb_20.04+20200416_all.deb Size: 1912 MD5sum: 9736e1f8372c588376702f0670294c05 SHA1: e4342c027f3d8d3923745e8a64eb6868de23efc9 SHA256: ad0997b6b7d809b6f820965720653732e52649f76e45fab25f531ad452efab4e Description-en: translation updates for language Kurdish, Central Translation data updates for all supported packages for: Kurdish, Central

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

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

Install language-pack-ckb Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install language-pack-ckb

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

sudo aptitude -y install language-pack-ckb

How To Uninstall language-pack-ckb on Ubuntu 20.04

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

sudo apt-get remove language-pack-ckb

Uninstall language-pack-ckb And Its Dependencies

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

Remove language-pack-ckb Configurations and Data

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

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

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

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

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

References

Summary

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