How To Install libreoffice-langpack-sk on Rocky Linux 8
Introduction
In this tutorial we learn how to install libreoffice-langpack-sk
on Rocky Linux 8.
What is libreoffice-langpack-sk
Provides additional Slovak translations and resources for LibreOffice.
We can use yum
or dnf
to install libreoffice-langpack-sk
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libreoffice-langpack-sk.
Install libreoffice-langpack-sk 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-sk
using dnf
by running the following command:
sudo dnf -y install libreoffice-langpack-sk
Install libreoffice-langpack-sk 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-sk
using yum
by running the following command:
sudo yum -y install libreoffice-langpack-sk
How To Uninstall libreoffice-langpack-sk on Rocky Linux 8
To uninstall only the libreoffice-langpack-sk
package we can use the following command:
sudo dnf remove libreoffice-langpack-sk
libreoffice-langpack-sk Package Contents on Rocky Linux 8
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/acc.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/avmedia.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/basctl.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/chart.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/cnr.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/cui.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/dba.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/dkt.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/editeng.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/flt.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/for.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/fps.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/frm.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/fwk.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/oox.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/pcr.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/rpt.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/sb.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/sc.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/sca.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/scc.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/sd.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/sfx.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/sm.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/svl.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/svt.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/svx.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/sw.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/uui.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/vcl.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/wiz.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/wpt.mo
/usr/lib64/libreoffice/program/resource/sk/LC_MESSAGES/xsc.mo
/usr/lib64/libreoffice/share/autotext/sk
/usr/lib64/libreoffice/share/autotext/sk/crdbus50.bau
/usr/lib64/libreoffice/share/autotext/sk/crdbus54.bau
/usr/lib64/libreoffice/share/autotext/sk/standard.bau
/usr/lib64/libreoffice/share/autotext/sk/template.bau
/usr/lib64/libreoffice/share/registry/Langpack-sk.xcd
/usr/lib64/libreoffice/share/registry/res/fcfg_langpack_sk.xcd
/usr/lib64/libreoffice/share/registry/res/registry_sk.xcd
/usr/lib64/libreoffice/share/template/sk
/usr/lib64/libreoffice/share/wizards/resources_sk.properties
References
Summary
In this tutorial we learn how to install libreoffice-langpack-sk
on Rocky Linux 8 using yum and dnf.