How To Install langpacks-install on Fedora 36

In this tutorial we learn how to install langpacks-install in Fedora 36. langpacks-install is Tool to get auto installed langpacks on GNOME session startup

Introduction

In this tutorial we learn how to install langpacks-install on Fedora 36.

What is langpacks-install

This tool will help to automatically install the langpacks on your system. It automatically runs at the start of GNOME desktop environment. It will first check if langpacks package for your language is already installed or not. If not then ask the PackageKit to install that package. Its then upto end user to check the PackageKit notification and install the package.

We can use yum or dnf to install langpacks-install on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install langpacks-install.

Install langpacks-install on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install langpacks-install

Install langpacks-install on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install langpacks-install

How To Uninstall langpacks-install on Fedora 36

To uninstall only the langpacks-install package we can use the following command:

sudo dnf remove langpacks-install

langpacks-install Package Contents on Fedora 36

/etc/xdg/autostart/langpacks-install.desktop
/usr/bin/langpacks-install
/usr/lib/.build-id
/usr/lib/.build-id/15
/usr/lib/.build-id/15/2a98163391eab6a285e2941dce85552770cb6d
/usr/share/doc/langpacks-install
/usr/share/doc/langpacks-install/AUTHORS
/usr/share/doc/langpacks-install/NEWS
/usr/share/doc/langpacks-install/README
/usr/share/licenses/langpacks-install
/usr/share/licenses/langpacks-install/LICENSE
/usr/share/locale/en/LC_MESSAGES/langpacks-install.mo

References

Summary

In this tutorial we learn how to install langpacks-install on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).