How To Install libglade2-devel on Rocky Linux 8
Introduction
In this tutorial we learn how to install libglade2-devel
on Rocky Linux 8.
What is libglade2-devel
The libglade-devel package contains the libraries and include files that you can use to develop libglade applications.
We can use yum
or dnf
to install libglade2-devel
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libglade2-devel.
Install libglade2-devel on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libglade2-devel
using dnf
by running the following command:
sudo dnf -y install libglade2-devel
Install libglade2-devel on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libglade2-devel
using yum
by running the following command:
sudo yum -y install libglade2-devel
How To Uninstall libglade2-devel on Rocky Linux 8
To uninstall only the libglade2-devel
package we can use the following command:
sudo dnf remove libglade2-devel
libglade2-devel Package Contents on Rocky Linux 8
/usr/include/libglade-2.0
/usr/include/libglade-2.0/glade
/usr/include/libglade-2.0/glade/glade-build.h
/usr/include/libglade-2.0/glade/glade-init.h
/usr/include/libglade-2.0/glade/glade-parser.h
/usr/include/libglade-2.0/glade/glade-xml.h
/usr/include/libglade-2.0/glade/glade.h
/usr/lib64/libglade-2.0.so
/usr/lib64/pkgconfig/libglade-2.0.pc
/usr/share/doc/libglade2-devel
/usr/share/doc/libglade2-devel/test-libglade.c
/usr/share/gtk-doc/html/libglade
/usr/share/gtk-doc/html/libglade/GladeXML.html
/usr/share/gtk-doc/html/libglade/home.png
/usr/share/gtk-doc/html/libglade/index.html
/usr/share/gtk-doc/html/libglade/index.sgml
/usr/share/gtk-doc/html/libglade/left.png
/usr/share/gtk-doc/html/libglade/libglade-Libglade-Build.html
/usr/share/gtk-doc/html/libglade/libglade-Libglade-Initialisation.html
/usr/share/gtk-doc/html/libglade/libglade-Libglade-SAX-Parser.html
/usr/share/gtk-doc/html/libglade/libglade-dtd-exceptions.html
/usr/share/gtk-doc/html/libglade/libglade-dtd.html
/usr/share/gtk-doc/html/libglade/libglade-embedding.html
/usr/share/gtk-doc/html/libglade/libglade-extending.html
/usr/share/gtk-doc/html/libglade/libglade-i18n.html
/usr/share/gtk-doc/html/libglade/libglade-lib.html
/usr/share/gtk-doc/html/libglade/libglade-modules.html
/usr/share/gtk-doc/html/libglade/libglade-notes.html
/usr/share/gtk-doc/html/libglade/libglade.devhelp
/usr/share/gtk-doc/html/libglade/libglade.devhelp2
/usr/share/gtk-doc/html/libglade/right.png
/usr/share/gtk-doc/html/libglade/style.css
/usr/share/gtk-doc/html/libglade/up.png
References
Summary
In this tutorial we learn how to install libglade2-devel
on Rocky Linux 8 using yum and dnf.