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

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

Introduction

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

What is libreoffice-help-en-gb

libreoffice-help-en-gb 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_british. Task: ubuntu-desktop-default-languages, ubuntu-mate-live

Package: libreoffice-help-en-gb 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: 21187 Provides: libreoffice-help (= 6.4) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-en-gb, 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-gb_6.4.2-0ubuntu3_all.deb Size: 2053612 MD5sum: 3c914d07bb7a8dc1abfe4e2ba0638334 SHA1: 0c38da9332fdcf598f529e9714e717b09bee0203 SHA256: c014392db7982b819eb009d31b54973be1e256db614420c919d944229c63a38e Homepage: http://www.libreoffice.org Description-en: office productivity suite – English_british 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_british. Task: ubuntu-desktop-default-languages, ubuntu-mate-live

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

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

Install libreoffice-help-en-gb Using apt

Update apt database with apt using the following command.

sudo apt update

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

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

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

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

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

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

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

Uninstall libreoffice-help-en-gb And Its Dependencies

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

Remove libreoffice-help-en-gb Configurations and Data

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

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

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

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

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

References

Summary

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