How to Install and Uninstall gettext-devel.x86_64 Package on Fedora 39

Last updated: November 26,2024

1. Install "gettext-devel.x86_64" package

Here is a brief guide to show you how to install gettext-devel.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install gettext-devel.x86_64

2. Uninstall "gettext-devel.x86_64" package

In this section, we are going to explain the necessary steps to uninstall gettext-devel.x86_64 on Fedora 39:

$ sudo dnf remove gettext-devel.x86_64 $ sudo dnf autoremove

3. Information about the gettext-devel.x86_64 package on Fedora 39

Last metadata expiration check: 2:47:27 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : gettext-devel
Version : 0.22
Release : 2.fc39
Architecture : x86_64
Size : 236 k
Source : gettext-0.22-2.fc39.src.rpm
Repository : fedora
Summary : Development files for gettext
URL : https://www.gnu.org/software/gettext/
License : LGPL-2.0-or-later and GPL-3.0-or-later and GFDL-1.2-or-later
Description : This package contains all development related files necessary for
: developing or compiling applications/libraries that needs
: internationalization capability. You also need this package if you
: want to add gettext support for your project.