How To Install libreoffice-help-zh-tw on Ubuntu 20.04

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

Introduction

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

What is libreoffice-help-zh-tw

libreoffice-help-zh-tw 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 Chinese_traditional. Task: ubuntu-desktop-default-languages

Package: libreoffice-help-zh-tw 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: 21224 Provides: libreoffice-help (= 6.4) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-zh-tw, 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-zh-tw_6.4.2-0ubuntu3_all.deb Size: 2231508 MD5sum: cf11467cf7f0a091fbb7544d08e7acd6 SHA1: 71f1069e3f4aa23d381cd67331e8d3088ff66c21 SHA256: 2320aeb6947f5de0b207f2dc7939c955c4e553c683a55e0f03b88be0d041f451 Homepage: http://www.libreoffice.org Description-en: office productivity suite – Chinese_traditional 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 Chinese_traditional. Task: ubuntu-desktop-default-languages

There are three methods to install libreoffice-help-zh-tw 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-zh-tw 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-zh-tw using apt-get by running the following command:

sudo apt-get -y install libreoffice-help-zh-tw

Install libreoffice-help-zh-tw Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install libreoffice-help-zh-tw

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

sudo aptitude -y install libreoffice-help-zh-tw

How To Uninstall libreoffice-help-zh-tw on Ubuntu 20.04

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

sudo apt-get remove libreoffice-help-zh-tw

Uninstall libreoffice-help-zh-tw And Its Dependencies

To uninstall libreoffice-help-zh-tw 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-zh-tw

Remove libreoffice-help-zh-tw Configurations and Data

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

sudo apt-get -y purge libreoffice-help-zh-tw

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

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

sudo apt-get -y autoremove --purge libreoffice-help-zh-tw

References

Summary

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