How To Install libgnome-devel on Fedora 36
Introduction
In this tutorial we learn how to install libgnome-devel
on Fedora 36.
What is libgnome-devel
You should install the libgnome-devel package if you would like to compile GNOME applications. You do not need to install libgnome-devel if you just want to use the GNOME desktop environment.
We can use yum
or dnf
to install libgnome-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libgnome-devel.
Install libgnome-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 libgnome-devel
using dnf
by running the following command:
sudo dnf -y install libgnome-devel
Install libgnome-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 libgnome-devel
using yum
by running the following command:
sudo yum -y install libgnome-devel
How To Uninstall libgnome-devel on Fedora 36
To uninstall only the libgnome-devel
package we can use the following command:
sudo dnf remove libgnome-devel
libgnome-devel Package Contents on Fedora 36
/usr/include/libgnome-2.0
/usr/include/libgnome-2.0/libgnome
/usr/include/libgnome-2.0/libgnome/gnome-config.h
/usr/include/libgnome-2.0/libgnome/gnome-exec.h
/usr/include/libgnome-2.0/libgnome/gnome-gconf.h
/usr/include/libgnome-2.0/libgnome/gnome-help.h
/usr/include/libgnome-2.0/libgnome/gnome-i18n.h
/usr/include/libgnome-2.0/libgnome/gnome-init.h
/usr/include/libgnome-2.0/libgnome/gnome-macros.h
/usr/include/libgnome-2.0/libgnome/gnome-program.h
/usr/include/libgnome-2.0/libgnome/gnome-score.h
/usr/include/libgnome-2.0/libgnome/gnome-sound.h
/usr/include/libgnome-2.0/libgnome/gnome-triggers.h
/usr/include/libgnome-2.0/libgnome/gnome-url.h
/usr/include/libgnome-2.0/libgnome/gnome-util.h
/usr/include/libgnome-2.0/libgnome/libgnome.h
/usr/include/libgnome-2.0/libgnome/libgnometypebuiltins.h
/usr/lib/libgnome-2.so
/usr/lib/pkgconfig/libgnome-2.0.pc
/usr/share/gtk-doc
/usr/share/gtk-doc/html
/usr/share/gtk-doc/html/libgnome
/usr/share/gtk-doc/html/libgnome/ch01.html
/usr/share/gtk-doc/html/libgnome/ch02.html
/usr/share/gtk-doc/html/libgnome/ch03.html
/usr/share/gtk-doc/html/libgnome/ch04.html
/usr/share/gtk-doc/html/libgnome/ch05.html
/usr/share/gtk-doc/html/libgnome/ch06.html
/usr/share/gtk-doc/html/libgnome/home.png
/usr/share/gtk-doc/html/libgnome/index.html
/usr/share/gtk-doc/html/libgnome/index.sgml
/usr/share/gtk-doc/html/libgnome/ix01.html
/usr/share/gtk-doc/html/libgnome/ix02.html
/usr/share/gtk-doc/html/libgnome/ix03.html
/usr/share/gtk-doc/html/libgnome/ix04.html
/usr/share/gtk-doc/html/libgnome/ix05.html
/usr/share/gtk-doc/html/libgnome/ix06.html
/usr/share/gtk-doc/html/libgnome/ix07.html
/usr/share/gtk-doc/html/libgnome/ix08.html
/usr/share/gtk-doc/html/libgnome/ix09.html
/usr/share/gtk-doc/html/libgnome/ix10.html
/usr/share/gtk-doc/html/libgnome/left.png
/usr/share/gtk-doc/html/libgnome/libgnome-gnome-config.html
/usr/share/gtk-doc/html/libgnome/libgnome-gnome-exec.html
/usr/share/gtk-doc/html/libgnome/libgnome-gnome-gconf.html
/usr/share/gtk-doc/html/libgnome/libgnome-gnome-help.html
/usr/share/gtk-doc/html/libgnome/libgnome-gnome-i18n.html
/usr/share/gtk-doc/html/libgnome/libgnome-gnome-init.html
/usr/share/gtk-doc/html/libgnome/libgnome-gnome-program.html
/usr/share/gtk-doc/html/libgnome/libgnome-gnome-score.html
/usr/share/gtk-doc/html/libgnome/libgnome-gnome-sound.html
/usr/share/gtk-doc/html/libgnome/libgnome-gnome-triggers.html
/usr/share/gtk-doc/html/libgnome/libgnome-gnome-url.html
/usr/share/gtk-doc/html/libgnome/libgnome-gnome-util.html
/usr/share/gtk-doc/html/libgnome/libgnome-libgnometypebuiltins.html
/usr/share/gtk-doc/html/libgnome/libgnome.devhelp
/usr/share/gtk-doc/html/libgnome/libgnome.devhelp2
/usr/share/gtk-doc/html/libgnome/libgnome.html
/usr/share/gtk-doc/html/libgnome/right.png
/usr/share/gtk-doc/html/libgnome/style.css
/usr/share/gtk-doc/html/libgnome/up.png
References
Summary
In this tutorial we learn how to install libgnome-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libgnome-devel on Fedora 36” linkTitle: “libgnome-devel” type: “docs” description: “In this tutorial we learn how to install libgnome-devel in Fedora 36. libgnome-devel is Libraries and headers for libgnome” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libgnome-devel-featured.png
Introduction
In this tutorial we learn how to install libgnome-devel
on Fedora 36.
What is libgnome-devel
You should install the libgnome-devel package if you would like to compile GNOME applications. You do not need to install libgnome-devel if you just want to use the GNOME desktop environment.
We can use yum
or dnf
to install libgnome-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libgnome-devel.
Install libgnome-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 libgnome-devel
using dnf
by running the following command:
sudo dnf -y install libgnome-devel
Install libgnome-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 libgnome-devel
using yum
by running the following command:
sudo yum -y install libgnome-devel
How To Uninstall libgnome-devel on Fedora 36
To uninstall only the libgnome-devel
package we can use the following command:
sudo dnf remove libgnome-devel
libgnome-devel Package Contents on Fedora 36
/usr/include/libgnome-2.0
/usr/include/libgnome-2.0/libgnome
/usr/include/libgnome-2.0/libgnome/gnome-config.h
/usr/include/libgnome-2.0/libgnome/gnome-exec.h
/usr/include/libgnome-2.0/libgnome/gnome-gconf.h
/usr/include/libgnome-2.0/libgnome/gnome-help.h
/usr/include/libgnome-2.0/libgnome/gnome-i18n.h
/usr/include/libgnome-2.0/libgnome/gnome-init.h
/usr/include/libgnome-2.0/libgnome/gnome-macros.h
/usr/include/libgnome-2.0/libgnome/gnome-program.h
/usr/include/libgnome-2.0/libgnome/gnome-score.h
/usr/include/libgnome-2.0/libgnome/gnome-sound.h
/usr/include/libgnome-2.0/libgnome/gnome-triggers.h
/usr/include/libgnome-2.0/libgnome/gnome-url.h
/usr/include/libgnome-2.0/libgnome/gnome-util.h
/usr/include/libgnome-2.0/libgnome/libgnome.h
/usr/include/libgnome-2.0/libgnome/libgnometypebuiltins.h
/usr/lib64/libgnome-2.so
/usr/lib64/pkgconfig/libgnome-2.0.pc
/usr/share/gtk-doc
/usr/share/gtk-doc/html
/usr/share/gtk-doc/html/libgnome
/usr/share/gtk-doc/html/libgnome/ch01.html
/usr/share/gtk-doc/html/libgnome/ch02.html
/usr/share/gtk-doc/html/libgnome/ch03.html
/usr/share/gtk-doc/html/libgnome/ch04.html
/usr/share/gtk-doc/html/libgnome/ch05.html
/usr/share/gtk-doc/html/libgnome/ch06.html
/usr/share/gtk-doc/html/libgnome/home.png
/usr/share/gtk-doc/html/libgnome/index.html
/usr/share/gtk-doc/html/libgnome/index.sgml
/usr/share/gtk-doc/html/libgnome/ix01.html
/usr/share/gtk-doc/html/libgnome/ix02.html
/usr/share/gtk-doc/html/libgnome/ix03.html
/usr/share/gtk-doc/html/libgnome/ix04.html
/usr/share/gtk-doc/html/libgnome/ix05.html
/usr/share/gtk-doc/html/libgnome/ix06.html
/usr/share/gtk-doc/html/libgnome/ix07.html
/usr/share/gtk-doc/html/libgnome/ix08.html
/usr/share/gtk-doc/html/libgnome/ix09.html
/usr/share/gtk-doc/html/libgnome/ix10.html
/usr/share/gtk-doc/html/libgnome/left.png
/usr/share/gtk-doc/html/libgnome/libgnome-gnome-config.html
/usr/share/gtk-doc/html/libgnome/libgnome-gnome-exec.html
/usr/share/gtk-doc/html/libgnome/libgnome-gnome-gconf.html
/usr/share/gtk-doc/html/libgnome/libgnome-gnome-help.html
/usr/share/gtk-doc/html/libgnome/libgnome-gnome-i18n.html
/usr/share/gtk-doc/html/libgnome/libgnome-gnome-init.html
/usr/share/gtk-doc/html/libgnome/libgnome-gnome-program.html
/usr/share/gtk-doc/html/libgnome/libgnome-gnome-score.html
/usr/share/gtk-doc/html/libgnome/libgnome-gnome-sound.html
/usr/share/gtk-doc/html/libgnome/libgnome-gnome-triggers.html
/usr/share/gtk-doc/html/libgnome/libgnome-gnome-url.html
/usr/share/gtk-doc/html/libgnome/libgnome-gnome-util.html
/usr/share/gtk-doc/html/libgnome/libgnome-libgnometypebuiltins.html
/usr/share/gtk-doc/html/libgnome/libgnome.devhelp
/usr/share/gtk-doc/html/libgnome/libgnome.devhelp2
/usr/share/gtk-doc/html/libgnome/libgnome.html
/usr/share/gtk-doc/html/libgnome/right.png
/usr/share/gtk-doc/html/libgnome/style.css
/usr/share/gtk-doc/html/libgnome/up.png
References
Summary
In this tutorial we learn how to install libgnome-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).