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

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

Introduction

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

What is libreoffice-langpack-ru

Provides additional Russian translations and resources for LibreOffice.

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

Install libreoffice-langpack-ru 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-ru using dnf by running the following command:

sudo dnf -y install libreoffice-langpack-ru

Install libreoffice-langpack-ru 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-ru using yum by running the following command:

sudo yum -y install libreoffice-langpack-ru

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

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

sudo dnf remove libreoffice-langpack-ru

libreoffice-langpack-ru Package Contents on Rocky Linux 8

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

References

Summary

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