How To Install libreoffice-help-pt-br on Ubuntu 20.04

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

Introduction

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

What is libreoffice-help-pt-br

libreoffice-help-pt-br 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 Portuguese_brazilian. Task: ubuntu-desktop-default-languages, ubuntu-mate-live

Package: libreoffice-help-pt-br 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: 21931 Provides: libreoffice-help (= 6.4) Depends: libreoffice-common (>= 1:6.1.0~), libreoffice-l10n-pt-br, 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-pt-br_6.4.2-0ubuntu3_all.deb Size: 2179812 MD5sum: 6bac3c9dd417f0505a330249336fac2c SHA1: b15aa663f5b5759599796e90fc41108f4891e18e SHA256: 4f782d1322b93b0070beb846b2bdbf26e260458900351030abecf0a0eead8fc0 Homepage: http://www.libreoffice.org Description-en: office productivity suite – Portuguese_brazilian 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 Portuguese_brazilian. Task: ubuntu-desktop-default-languages, ubuntu-mate-live

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

sudo apt-get -y install libreoffice-help-pt-br

Install libreoffice-help-pt-br Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install libreoffice-help-pt-br

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

sudo aptitude -y install libreoffice-help-pt-br

How To Uninstall libreoffice-help-pt-br on Ubuntu 20.04

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

sudo apt-get remove libreoffice-help-pt-br

Uninstall libreoffice-help-pt-br And Its Dependencies

To uninstall libreoffice-help-pt-br 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-pt-br

Remove libreoffice-help-pt-br Configurations and Data

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

sudo apt-get -y purge libreoffice-help-pt-br

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

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

sudo apt-get -y autoremove --purge libreoffice-help-pt-br

References

Summary

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