How To Install gettext-common-devel.noarch on Amazon Linux 2

In this tutorial we learn how to install gettext-common-devel.noarch in Amazon Linux 2. gettext-common-devel.noarch is Common development files for gettext

Introduction

In this tutorial we learn how to install gettext-common-devel.noarch on Amazon Linux 2.

What is gettext-common-devel.noarch

This package contains common architecture independent gettext development files.

We can use yum to install gettext-common-devel.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install gettext-common-devel.noarch.

Install gettext-common-devel.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install gettext-common-devel.noarch using yum by running the following command:

sudo yum -y install gettext-common-devel.noarch

How To Uninstall gettext-common-devel.noarch on Amazon Linux 2

To uninstall only the gettext-common-devel.noarch package we can use the following command:

sudo yum remove gettext-common-devel.noarch

gettext-common-devel.noarch Package Contents on Amazon Linux 2

/usr/share/gettext/archive.dir.tar.xz

References

Summary

In this tutorial we learn how to install gettext-common-devel.noarch on Amazon Linux 2 using yum.