How To Install gnome-getting-started-docs-hu on Rocky Linux 8

In this tutorial we learn how to install gnome-getting-started-docs-hu on Rocky Linux 8. gnome-getting-started-docs-hu is Hungarian translations for gnome-getting-started-docs videos

Introduction

In this tutorial we learn how to install gnome-getting-started-docs-hu on Rocky Linux 8.

What is gnome-getting-started-docs-hu

Hungarian (hu) translations for the Getting Started guide videos.

We can use yum or dnf to install gnome-getting-started-docs-hu on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install gnome-getting-started-docs-hu.

Install gnome-getting-started-docs-hu 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 gnome-getting-started-docs-hu using dnf by running the following command:

sudo dnf -y install gnome-getting-started-docs-hu

Install gnome-getting-started-docs-hu 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 gnome-getting-started-docs-hu using yum by running the following command:

sudo yum -y install gnome-getting-started-docs-hu

How To Uninstall gnome-getting-started-docs-hu on Rocky Linux 8

To uninstall only the gnome-getting-started-docs-hu package we can use the following command:

sudo dnf remove gnome-getting-started-docs-hu

gnome-getting-started-docs-hu Package Contents on Rocky Linux 8

/usr/share/help/hu/gnome-help/figures
/usr/share/help/hu/gnome-help/figures/gnome-change-wallpaper.webm
/usr/share/help/hu/gnome-help/figures/gnome-launching-applications.webm
/usr/share/help/hu/gnome-help/figures/gnome-responding-to-messages.webm
/usr/share/help/hu/gnome-help/figures/gnome-task-switching.webm
/usr/share/help/hu/gnome-help/figures/gnome-windows-and-workspaces.webm

References

Summary

In this tutorial we learn how to install gnome-getting-started-docs-hu on Rocky Linux 8 using yum and dnf.