How to Install and Uninstall libgxim-devel.x86_64 Package on AlmaLinux 8

Last updated: September 23,2024

1. Install "libgxim-devel.x86_64" package

This tutorial shows how to install libgxim-devel.x86_64 on AlmaLinux 8

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

2. Uninstall "libgxim-devel.x86_64" package

This guide let you learn how to uninstall libgxim-devel.x86_64 on AlmaLinux 8:

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

3. Information about the libgxim-devel.x86_64 package on AlmaLinux 8

Last metadata expiration check: 1:49:52 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : libgxim-devel
Version : 0.5.0
Release : 17.el8
Architecture : x86_64
Size : 102 k
Source : libgxim-0.5.0-17.el8.src.rpm
Repository : epel
Summary : Development files for libgxim
URL : http://tagoh.bitbucket.org/libgxim/
License : LGPLv2+
Description : libgxim is a X Input Method protocol library that is implemented by GObject.
: this library helps you to implement XIM servers or client applications to
: communicate through XIM protocol without using Xlib API directly, particularly
: if your application uses GObject-based main loop.
:
: This package contains the development files to make any applications with
: libgxim.