How to Install and Uninstall gettext.x86_64 Package on Amazon Linux 2

Last updated: February 06,2025

1. Install "gettext.x86_64" package

This is a short guide on how to install gettext.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install gettext.x86_64

2. Uninstall "gettext.x86_64" package

Here is a brief guide to show you how to uninstall gettext.x86_64 on Amazon Linux 2:

$ sudo yum remove gettext.x86_64 $ sudo yum autoremove

3. Information about the gettext.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : gettext
Arch : x86_64
Version : 0.19.8.1
Release : 3.amzn2
Size : 1.0 M
Repo : amzn2-core/2/x86_64
Summary : GNU libraries and utilities for producing multi-lingual messages
URL : http://www.gnu.org/software/gettext/
License : GPLv3+ and LGPLv2+
Description : The GNU gettext package provides a set of tools and documentation
: for producing multi-lingual messages in programs. Tools include a
: set of conventions about how programs should be written to support
: message catalogs, a directory and file naming organization for the
: message catalogs, a runtime library which supports the retrieval
: of translated messages, and stand-alone programs for handling the
: translatable and the already translated strings. Gettext provides
: an easy to use library and tools for creating, using, and
: modifying natural language catalogs and is a powerful and simple
: method for internationalizing programs.