How To Install language-pack-ne-base on Ubuntu 20.04

In this tutorial we learn how to install language-pack-ne-base on Ubuntu 20.04. language-pack-ne-base is translations for language Nepali translations for language Nepali

Introduction

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

What is language-pack-ne-base

language-pack-ne-base is:

Translation data for all supported packages for: Nepali

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

Package: language-pack-ne-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: 592 Pre-Depends: dpkg (>= 1.16.1) Depends: locales (>= 2.3.6), language-pack-ne (>= 1:20.04+20200416) Conflicts: language-pack-ne (« 1:20.04+20200416) Replaces: language-pack-gnome-ne (« 1:20.04+20200416), language-pack-gnome-ne-base (« 1:20.04+20200416), language-pack-kde-ne (« 1:20.04+20200416), language-pack-kde-ne-base (« 1:20.04+20200416), language-pack-ne (« 1:20.04+20200416), language-pack-ne-base (« 1:20.04+20200416) Filename: pool/main/l/language-pack-ne-base/language-pack-ne-base_20.04+20200416_all.deb Size: 110560 MD5sum: b26cd44d77ea3d2b9db1ccc951725acc SHA1: 66d7668e7a99b5e1f0f03d500b5b6b035e71dc77 SHA256: cd5fcec823dd283bcef3a619eb183eb36362c5d63e7476c143f47a64326e4c16 Description-en: translations for language Nepali Translation data for all supported packages for: Nepali

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

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

sudo apt-get -y install language-pack-ne-base

Install language-pack-ne-base Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install language-pack-ne-base

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

sudo aptitude -y install language-pack-ne-base

How To Uninstall language-pack-ne-base on Ubuntu 20.04

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

sudo apt-get remove language-pack-ne-base

Uninstall language-pack-ne-base And Its Dependencies

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

Remove language-pack-ne-base Configurations and Data

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

sudo apt-get -y purge language-pack-ne-base

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

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

sudo apt-get -y autoremove --purge language-pack-ne-base

References

Summary

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