How To Install libreoffice-l10n-rw on Ubuntu 20.04

In this tutorial we learn how to install libreoffice-l10n-rw on Ubuntu 20.04. libreoffice-l10n-rw is office productivity suite – Kinarwanda language package office productivity suite – Kinarwanda language package

Introduction

In this tutorial we learn how to install libreoffice-l10n-rw on Ubuntu 20.04.

What is libreoffice-l10n-rw

libreoffice-l10n-rw is:

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

This package contains the localization of LibreOffice in Kinarwanda. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system.

Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-, hyphen-, mythes-, libreoffice-help-)

If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs.

Package: libreoffice-l10n-rw Architecture: all Version: 1:6.4.2-0ubuntu3 Priority: optional Section: localization 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: 1775 Provides: libreoffice-l10n (= 6.4) Depends: libreoffice-common, locales (>= 2.3.6) | locales-all (>= 2.3.6) Recommends: libreoffice-core (» 1:6.4.2) Suggests: hunspell-dictionary-rw | myspell-dictionary-rw, hyphen-rw, libreoffice-grammarcheck-rw, libreoffice-help-rw, mythes-rw Filename: pool/main/libr/libreoffice/libreoffice-l10n-rw_6.4.2-0ubuntu3_all.deb Size: 253856 MD5sum: 17c0bb7a5da2d19a19b34c70c4eb82ab SHA1: cbff666093b9f72198a1cdc8bc5023f9f038ef56 SHA256: 71136c34becc4873d50ddde640338021aa73d893b4e6e5462c9bd98892725199 Homepage: http://www.libreoffice.org Description-en: office productivity suite – Kinarwanda language package LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office.

This package contains the localization of LibreOffice in Kinarwanda. It contains the user interface, the templates and the autotext features. (please note that not all this is available for all possible languages). You can switch user interface language using the locales system.

Spelling dictionaries, hyphenation patterns, thesauri and help are not included in this package. There are some available in separate packages (myspell-, hyphen-, mythes-, libreoffice-help-)

If you just want to be able to spellcheck etc. in other languages, you can install extra dictionaries/hyphenation patterns/thesauri independently of the language packs.

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

sudo apt-get -y install libreoffice-l10n-rw

Install libreoffice-l10n-rw Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install libreoffice-l10n-rw

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

sudo aptitude -y install libreoffice-l10n-rw

How To Uninstall libreoffice-l10n-rw on Ubuntu 20.04

To uninstall only the libreoffice-l10n-rw package we can use the following command:

sudo apt-get remove libreoffice-l10n-rw

Uninstall libreoffice-l10n-rw And Its Dependencies

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

sudo apt-get -y autoremove libreoffice-l10n-rw

Remove libreoffice-l10n-rw Configurations and Data

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

sudo apt-get -y purge libreoffice-l10n-rw

Remove libreoffice-l10n-rw configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge libreoffice-l10n-rw

References

Summary

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