How To Install langpacks-nr on Rocky Linux 8
Introduction
In this tutorial we learn how to install langpacks-nr on Rocky Linux 8.
What is langpacks-nr
This package provides Southern Ndebele langpacks meta-package.
We can use yum or dnf to install langpacks-nr on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install langpacks-nr.
Install langpacks-nr 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 langpacks-nr using dnf by running the following command:
sudo dnf -y install langpacks-nr
Install langpacks-nr 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 langpacks-nr using yum by running the following command:
sudo yum -y install langpacks-nr
How To Uninstall langpacks-nr on Rocky Linux 8
To uninstall only the langpacks-nr package we can use the following command:
sudo dnf remove langpacks-nr
langpacks-nr Package Contents on Rocky Linux 8
/usr/share/metainfo/org.fedoraproject.LangPack-nr.metainfo.xml
References
Summary
In this tutorial we learn how to install langpacks-nr on Rocky Linux 8 using yum and dnf.