How To Install libreoffice-langpack-eu on Rocky Linux 8

In this tutorial we learn how to install libreoffice-langpack-eu on Rocky Linux 8. libreoffice-langpack-eu is Basque language pack for LibreOffice

Introduction

In this tutorial we learn how to install libreoffice-langpack-eu on Rocky Linux 8.

What is libreoffice-langpack-eu

Provides additional Basque translations and resources for LibreOffice.

We can use yum or dnf to install libreoffice-langpack-eu on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libreoffice-langpack-eu.

Install libreoffice-langpack-eu on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libreoffice-langpack-eu using dnf by running the following command:

sudo dnf -y install libreoffice-langpack-eu

Install libreoffice-langpack-eu on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libreoffice-langpack-eu using yum by running the following command:

sudo yum -y install libreoffice-langpack-eu

How To Uninstall libreoffice-langpack-eu on Rocky Linux 8

To uninstall only the libreoffice-langpack-eu package we can use the following command:

sudo dnf remove libreoffice-langpack-eu

libreoffice-langpack-eu Package Contents on Rocky Linux 8

/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/acc.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/avmedia.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/basctl.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/chart.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/cnr.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/cui.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/dba.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/dkt.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/editeng.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/flt.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/for.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/fps.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/frm.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/fwk.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/oox.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/pcr.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/rpt.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/sb.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/sc.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/sca.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/scc.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/sd.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/sfx.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/sm.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/svl.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/svt.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/svx.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/sw.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/uui.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/vcl.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/wiz.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/wpt.mo
/usr/lib64/libreoffice/program/resource/eu/LC_MESSAGES/xsc.mo
/usr/lib64/libreoffice/share/autotext/eu
/usr/lib64/libreoffice/share/autotext/eu/standard.bau
/usr/lib64/libreoffice/share/registry/Langpack-eu.xcd
/usr/lib64/libreoffice/share/registry/res/fcfg_langpack_eu.xcd
/usr/lib64/libreoffice/share/registry/res/registry_eu.xcd
/usr/lib64/libreoffice/share/template/eu
/usr/lib64/libreoffice/share/wizards/resources_eu.properties

References

Summary

In this tutorial we learn how to install libreoffice-langpack-eu on Rocky Linux 8 using yum and dnf.