How To Install libreoffice-help-ja on Ubuntu 20.04

In this tutorial we learn how to install libreoffice-help-ja on Ubuntu 20.04. libreoffice-help-ja is office productivity suite – Japanese help office productivity suite – Japanese help

Introduction

In this tutorial we learn how to install libreoffice-help-ja on Ubuntu 20.04.

What is libreoffice-help-ja

libreoffice-help-ja is:

LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office.

This package contains the help of LibreOffice in Japanese.

Package: libreoffice-help-ja Architecture: all Version: 1:6.4.2-0ubuntu3 Priority: optional Section: doc Source: libreoffice Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian LibreOffice Maintainers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 22513 Provides: libreoffice-help (= 6.4) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-ja, libreoffice-help-common (= 1:6.4.2-0ubuntu3) Recommends: libreoffice-core (» 1:6.4.2) Replaces: libreoffice-help-common (« 1:6.4.1~rc1) Filename: pool/main/libr/libreoffice/libreoffice-help-ja_6.4.2-0ubuntu3_all.deb Size: 2365624 MD5sum: cc7dc411dac662dbeadbbe1ffe3cdc84 SHA1: e76637c9dd6e9ebcd5c5ab89fb62b42f8a564050 SHA256: 1b1e9e2eb9f8029c67ab73b4849a2683690f30b0d79737767c33880f6913ac71 Homepage: http://www.libreoffice.org Description-en: office productivity suite – Japanese help LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office.

This package contains the help of LibreOffice in Japanese.

There are three methods to install libreoffice-help-ja 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 libreoffice-help-ja Using apt-get

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

sudo apt-get update

After updating apt database, We can install libreoffice-help-ja using apt-get by running the following command:

sudo apt-get -y install libreoffice-help-ja

Install libreoffice-help-ja Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libreoffice-help-ja using apt by running the following command:

sudo apt -y install libreoffice-help-ja

Install libreoffice-help-ja 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 libreoffice-help-ja using aptitude by running the following command:

sudo aptitude -y install libreoffice-help-ja

How To Uninstall libreoffice-help-ja on Ubuntu 20.04

To uninstall only the libreoffice-help-ja package we can use the following command:

sudo apt-get remove libreoffice-help-ja

Uninstall libreoffice-help-ja And Its Dependencies

To uninstall libreoffice-help-ja and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove libreoffice-help-ja

Remove libreoffice-help-ja Configurations and Data

To remove libreoffice-help-ja configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge libreoffice-help-ja

Remove libreoffice-help-ja configuration, data, and all of its dependencies

We can use the following command to remove libreoffice-help-ja configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge libreoffice-help-ja

References

Summary

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