How To Install glib-devel on Fedora 36
Introduction
In this tutorial we learn how to install glib-devel
on Fedora 36.
What is glib-devel
Libraries and header files for glib development.
We can use yum
or dnf
to install glib-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install glib-devel.
Install glib-devel on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install glib-devel
using dnf
by running the following command:
sudo dnf -y install glib-devel
Install glib-devel on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install glib-devel
using yum
by running the following command:
sudo yum -y install glib-devel
How To Uninstall glib-devel on Fedora 36
To uninstall only the glib-devel
package we can use the following command:
sudo dnf remove glib-devel
glib-devel Package Contents on Fedora 36
/usr/bin/glib-config
/usr/include/glib-1.2
/usr/include/glib-1.2/glib.h
/usr/include/glib-1.2/gmodule.h
/usr/lib/glib
/usr/lib/glib/include
/usr/lib/glib/include/glibconfig.h
/usr/lib/libglib.so
/usr/lib/libgmodule.so
/usr/lib/libgthread.so
/usr/lib/pkgconfig/glib.pc
/usr/lib/pkgconfig/gmodule.pc
/usr/lib/pkgconfig/gthread.pc
/usr/share/aclocal/glib.m4
/usr/share/man/man1/glib-config.1.gz
References
Summary
In this tutorial we learn how to install glib-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install glib-devel on Fedora 36” linkTitle: “glib-devel” type: “docs” description: “In this tutorial we learn how to install glib-devel in Fedora 36. glib-devel is Libraries and header files for glib development” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/glib-devel-featured.png
Introduction
In this tutorial we learn how to install glib-devel
on Fedora 36.
What is glib-devel
Libraries and header files for glib development.
We can use yum
or dnf
to install glib-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install glib-devel.
Install glib-devel on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install glib-devel
using dnf
by running the following command:
sudo dnf -y install glib-devel
Install glib-devel on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install glib-devel
using yum
by running the following command:
sudo yum -y install glib-devel
How To Uninstall glib-devel on Fedora 36
To uninstall only the glib-devel
package we can use the following command:
sudo dnf remove glib-devel
glib-devel Package Contents on Fedora 36
/usr/bin/glib-config
/usr/include/glib-1.2
/usr/include/glib-1.2/glib.h
/usr/include/glib-1.2/gmodule.h
/usr/lib64/glib
/usr/lib64/glib/include
/usr/lib64/glib/include/glibconfig.h
/usr/lib64/libglib.so
/usr/lib64/libgmodule.so
/usr/lib64/libgthread.so
/usr/lib64/pkgconfig/glib.pc
/usr/lib64/pkgconfig/gmodule.pc
/usr/lib64/pkgconfig/gthread.pc
/usr/share/aclocal/glib.m4
/usr/share/man/man1/glib-config.1.gz
References
Summary
In this tutorial we learn how to install glib-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).