How To Install gnome-user-docs-ko on Ubuntu 20.04

In this tutorial we learn how to install gnome-user-docs-ko on Ubuntu 20.04. gnome-user-docs-ko is GNOME user docs (Korean) GNOME user docs (Korean)

Introduction

In this tutorial we learn how to install gnome-user-docs-ko on Ubuntu 20.04.

What is gnome-user-docs-ko

gnome-user-docs-ko is:

Documentation for using the GNOME desktop environment and its components. It covers usage and setup of the core GNOME programs.

This package contains the documentation in Korean.

Package: gnome-user-docs-ko Architecture: all Version: 3.36.1-0ubuntu1 Priority: optional Section: doc Source: gnome-user-docs Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian GNOME Maintainers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 227 Depends: gnome-user-docs (= 3.36.1-0ubuntu1) Filename: pool/main/g/gnome-user-docs/gnome-user-docs-ko_3.36.1-0ubuntu1_all.deb Size: 34592 MD5sum: 7b18ea19be98e3197ade2bfc819adad5 SHA1: dcccf90fed85b778d8e52cff2c9a1cc9a1cc10f0 SHA256: 5fe1ba1250089f045ac2066b0790864ac5490c34622834e75ddb068d6d66a2c2 Homepage: https://help.gnome.org/users/ Description-en: GNOME user docs (Korean) Documentation for using the GNOME desktop environment and its components. It covers usage and setup of the core GNOME programs.

This package contains the documentation in Korean.

There are three methods to install gnome-user-docs-ko 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 gnome-user-docs-ko Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install gnome-user-docs-ko using apt-get by running the following command:

sudo apt-get -y install gnome-user-docs-ko

Install gnome-user-docs-ko Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install gnome-user-docs-ko using apt by running the following command:

sudo apt -y install gnome-user-docs-ko

Install gnome-user-docs-ko 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 gnome-user-docs-ko using aptitude by running the following command:

sudo aptitude -y install gnome-user-docs-ko

How To Uninstall gnome-user-docs-ko on Ubuntu 20.04

To uninstall only the gnome-user-docs-ko package we can use the following command:

sudo apt-get remove gnome-user-docs-ko

Uninstall gnome-user-docs-ko And Its Dependencies

To uninstall gnome-user-docs-ko and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove gnome-user-docs-ko

Remove gnome-user-docs-ko Configurations and Data

To remove gnome-user-docs-ko configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge gnome-user-docs-ko

Remove gnome-user-docs-ko configuration, data, and all of its dependencies

We can use the following command to remove gnome-user-docs-ko configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge gnome-user-docs-ko

References

Summary

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