How To Install libreoffice-help-en-us on Ubuntu 20.04

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

Introduction

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

What is libreoffice-help-en-us

libreoffice-help-en-us 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 English_american. Task: ubuntu-desktop-default-languages, lubuntu-live, ubuntu-mate-live, ubuntu-budgie-live

Package: libreoffice-help-en-us 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: 20124 Provides: libreoffice-help (= 6.4) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-en-us, 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-en-us_6.4.2-0ubuntu3_all.deb Size: 1407792 MD5sum: c1403fec99951632b17ea414c1bd9f37 SHA1: 69d31c96338c4e1a99ba7981797b89e4136a9332 SHA256: 280a08ca4be0282c7bce3715f57268d9dcead4ac0d72e2b67bc5c19118736435 Homepage: http://www.libreoffice.org Description-en: office productivity suite – English_american 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 English_american. Task: ubuntu-desktop-default-languages, lubuntu-live, ubuntu-mate-live, ubuntu-budgie-live

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

sudo apt-get -y install libreoffice-help-en-us

Install libreoffice-help-en-us Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install libreoffice-help-en-us

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

sudo aptitude -y install libreoffice-help-en-us

How To Uninstall libreoffice-help-en-us on Ubuntu 20.04

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

sudo apt-get remove libreoffice-help-en-us

Uninstall libreoffice-help-en-us And Its Dependencies

To uninstall libreoffice-help-en-us 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-en-us

Remove libreoffice-help-en-us Configurations and Data

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

sudo apt-get -y purge libreoffice-help-en-us

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

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

sudo apt-get -y autoremove --purge libreoffice-help-en-us

References

Summary

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