How To Install gettext-libs on Fedora 36

In this tutorial we learn how to install gettext-libs in Fedora 36. gettext-libs is Libraries for gettext

Introduction

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

What is gettext-libs

This package contains libraries used internationalization support.

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

Install gettext-libs 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 gettext-libs using dnf by running the following command:

sudo dnf -y install gettext-libs

Install gettext-libs 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 gettext-libs using yum by running the following command:

sudo yum -y install gettext-libs

How To Uninstall gettext-libs on Fedora 36

To uninstall only the gettext-libs package we can use the following command:

sudo dnf remove gettext-libs

gettext-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/23
/usr/lib/.build-id/23/696b17d1c41b4d97ed5844a22e8e2384542a5e
/usr/lib/.build-id/66
/usr/lib/.build-id/66/d6cad295d71a3dddf3cc5acf988c55fbcf135b
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/1acacc01749622a7fc885867759f10bf0dbc44
/usr/lib/.build-id/f4/495818d17124e7edfe83b637f1f8fcfcb10324
/usr/lib64/libasprintf.so.0
/usr/lib64/libasprintf.so.0.0.0
/usr/lib64/libgettextlib-0.21.so
/usr/lib64/libgettextpo.so.0
/usr/lib64/libgettextpo.so.0.5.7
/usr/lib64/libgettextsrc-0.21.so

References

Summary

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