How to Install and Uninstall gettext.src Package on Oracle Linux 8

Last updated: September 21,2024

1. Install "gettext.src" package

This guide covers the steps necessary to install gettext.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install gettext.src

2. Uninstall "gettext.src" package

Learn how to uninstall gettext.src on Oracle Linux 8:

$ sudo dnf remove gettext.src $ sudo dnf autoremove

3. Information about the gettext.src package on Oracle Linux 8

Last metadata expiration check: 6:04:42 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : gettext
Version : 0.19.8.1
Release : 17.el8
Architecture : src
Size : 6.9 M
Source : None
Repository : ol8_baseos_latest
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.