How To Install GConf2-devel on Rocky Linux 8

In this tutorial we learn how to install GConf2-devel on Rocky Linux 8. GConf2-devel is Headers and libraries for GConf development

Introduction

In this tutorial we learn how to install GConf2-devel on Rocky Linux 8.

What is GConf2-devel

GConf development package. Contains files needed for doing development using GConf.

We can use yum or dnf to install GConf2-devel on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install GConf2-devel.

Install GConf2-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 GConf2-devel using dnf by running the following command:

sudo dnf -y install GConf2-devel

Install GConf2-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 GConf2-devel using yum by running the following command:

sudo yum -y install GConf2-devel

How To Uninstall GConf2-devel on Rocky Linux 8

To uninstall only the GConf2-devel package we can use the following command:

sudo dnf remove GConf2-devel

GConf2-devel Package Contents on Rocky Linux 8

/usr/bin/gsettings-schema-convert
/usr/include/gconf
/usr/include/gconf/2
/usr/include/gconf/2/gconf
/usr/include/gconf/2/gconf/gconf-changeset.h
/usr/include/gconf/2/gconf/gconf-client.h
/usr/include/gconf/2/gconf/gconf-engine.h
/usr/include/gconf/2/gconf/gconf-enum-types.h
/usr/include/gconf/2/gconf/gconf-error.h
/usr/include/gconf/2/gconf/gconf-listeners.h
/usr/include/gconf/2/gconf/gconf-schema.h
/usr/include/gconf/2/gconf/gconf-value.h
/usr/include/gconf/2/gconf/gconf.h
/usr/lib/libgconf-2.so
/usr/lib/pkgconfig/gconf-2.0.pc
/usr/share/aclocal/gconf-2.m4
/usr/share/gir-1.0
/usr/share/gir-1.0/GConf-2.0.gir
/usr/share/gtk-doc/html/gconf
/usr/share/gtk-doc/html/gconf/ch01.html
/usr/share/gtk-doc/html/gconf/gconf-gconf-backend.html
/usr/share/gtk-doc/html/gconf/gconf-gconf-changeset.html
/usr/share/gtk-doc/html/gconf/gconf-gconf-client.html
/usr/share/gtk-doc/html/gconf/gconf-gconf-engine.html
/usr/share/gtk-doc/html/gconf/gconf-gconf-error.html
/usr/share/gtk-doc/html/gconf/gconf-gconf-internals.html
/usr/share/gtk-doc/html/gconf/gconf-gconf-listeners.html
/usr/share/gtk-doc/html/gconf/gconf-gconf-locale.html
/usr/share/gtk-doc/html/gconf/gconf-gconf-schema.html
/usr/share/gtk-doc/html/gconf/gconf-gconf-sources.html
/usr/share/gtk-doc/html/gconf/gconf-gconf-value.html
/usr/share/gtk-doc/html/gconf/gconf-gconf.html
/usr/share/gtk-doc/html/gconf/gconf.devhelp2
/usr/share/gtk-doc/html/gconf/home.png
/usr/share/gtk-doc/html/gconf/index.html
/usr/share/gtk-doc/html/gconf/index.sgml
/usr/share/gtk-doc/html/gconf/left.png
/usr/share/gtk-doc/html/gconf/right.png
/usr/share/gtk-doc/html/gconf/style.css
/usr/share/gtk-doc/html/gconf/up.png
/usr/share/man/man1/gsettings-schema-convert.1.gz
/usr/bin/gsettings-schema-convert
/usr/include/gconf
/usr/include/gconf/2
/usr/include/gconf/2/gconf
/usr/include/gconf/2/gconf/gconf-changeset.h
/usr/include/gconf/2/gconf/gconf-client.h
/usr/include/gconf/2/gconf/gconf-engine.h
/usr/include/gconf/2/gconf/gconf-enum-types.h
/usr/include/gconf/2/gconf/gconf-error.h
/usr/include/gconf/2/gconf/gconf-listeners.h
/usr/include/gconf/2/gconf/gconf-schema.h
/usr/include/gconf/2/gconf/gconf-value.h
/usr/include/gconf/2/gconf/gconf.h
/usr/lib64/libgconf-2.so
/usr/lib64/pkgconfig/gconf-2.0.pc
/usr/share/aclocal/gconf-2.m4
/usr/share/gir-1.0
/usr/share/gir-1.0/GConf-2.0.gir
/usr/share/gtk-doc/html/gconf
/usr/share/gtk-doc/html/gconf/ch01.html
/usr/share/gtk-doc/html/gconf/gconf-gconf-backend.html
/usr/share/gtk-doc/html/gconf/gconf-gconf-changeset.html
/usr/share/gtk-doc/html/gconf/gconf-gconf-client.html
/usr/share/gtk-doc/html/gconf/gconf-gconf-engine.html
/usr/share/gtk-doc/html/gconf/gconf-gconf-error.html
/usr/share/gtk-doc/html/gconf/gconf-gconf-internals.html
/usr/share/gtk-doc/html/gconf/gconf-gconf-listeners.html
/usr/share/gtk-doc/html/gconf/gconf-gconf-locale.html
/usr/share/gtk-doc/html/gconf/gconf-gconf-schema.html
/usr/share/gtk-doc/html/gconf/gconf-gconf-sources.html
/usr/share/gtk-doc/html/gconf/gconf-gconf-value.html
/usr/share/gtk-doc/html/gconf/gconf-gconf.html
/usr/share/gtk-doc/html/gconf/gconf.devhelp2
/usr/share/gtk-doc/html/gconf/home.png
/usr/share/gtk-doc/html/gconf/index.html
/usr/share/gtk-doc/html/gconf/index.sgml
/usr/share/gtk-doc/html/gconf/left.png
/usr/share/gtk-doc/html/gconf/right.png
/usr/share/gtk-doc/html/gconf/style.css
/usr/share/gtk-doc/html/gconf/up.png
/usr/share/man/man1/gsettings-schema-convert.1.gz

References

Summary

In this tutorial we learn how to install GConf2-devel on Rocky Linux 8 using yum and dnf.