How to Install and Uninstall libglade2.x86_64 Package on Fedora 34

Last updated: October 06,2024

1. Install "libglade2.x86_64" package

Please follow the instructions below to install libglade2.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install libglade2.x86_64

2. Uninstall "libglade2.x86_64" package

Please follow the instructions below to uninstall libglade2.x86_64 on Fedora 34:

$ sudo dnf remove libglade2.x86_64 $ sudo dnf autoremove

3. Information about the libglade2.x86_64 package on Fedora 34

Last metadata expiration check: 3:57:39 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libglade2
Version : 2.6.4
Release : 25.fc34
Architecture : x86_64
Size : 64 k
Source : libglade2-2.6.4-25.fc34.src.rpm
Repository : fedora
Summary : The libglade library for loading user interfaces
URL : http://www.gnome.org
License : LGPLv2+
Description : Libglade is a small library that allows a program to load its user
: interface from am XML description at runtime. Libglade uses the XML
: file format used by the GLADE user interface builder GLADE, so
: libglade acts as an alternative to GLADE's code generation
: approach. Libglade also provides a simple interface for connecting
: handlers to the various signals in the interface (on platforms where
: the gmodule library works correctly, it is possible to connect all the
: handlers with a single function call). Once the interface has been
: instantiated, libglade gives no overhead, so other than the short
: initial interface loading time, there is no performance tradeoff.