How To Install GConf2-devel on CentOS 7

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

Introduction

In this tutorial we learn how to install GConf2-devel on CentOS 7.

What is GConf2-devel

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

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

Install GConf2-devel on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install GConf2-devel using yum by running the following command:

sudo yum -y install GConf2-devel

Install GConf2-devel on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install GConf2-devel using dnf by running the following command:

sudo dnf -y install GConf2-devel

How To Uninstall GConf2-devel on CentOS 7

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

sudo dnf remove GConf2-devel

References

Summary

In this tutorial we learn how to install GConf2-devel on CentOS 7 using yum and dnf.