How To Install gdalcpp-devel on Fedora 36

In this tutorial we learn how to install gdalcpp-devel in Fedora 36. gdalcpp-devel is Development files for gdalcpp

Introduction

In this tutorial we learn how to install gdalcpp-devel on Fedora 36.

What is gdalcpp-devel

These are some small wrapper classes for GDAL offering * classes with RAII instead of the arcane cleanup functions in stock GDAL * works with GDAL 1 and 2 * allows you to write less boilerplate code The classes are not very complete, they just have the code I needed for various programs.

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

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

sudo dnf -y install gdalcpp-devel

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

sudo yum -y install gdalcpp-devel

How To Uninstall gdalcpp-devel on Fedora 36

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

sudo dnf remove gdalcpp-devel

gdalcpp-devel Package Contents on Fedora 36

---
title: "How To Install gdalcpp-devel on Fedora 36"
linkTitle: "gdalcpp-devel"
type: "docs"
description: "In this tutorial we learn how to install gdalcpp-devel in Fedora 36. gdalcpp-devel is Development files for gdalcpp"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/gdalcpp-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `gdalcpp-devel` on Fedora 36.

### What is `gdalcpp-devel`

> These are some small wrapper classes for GDAL offering  * classes with RAII instead of the arcane cleanup functions in stock GDAL * works with GDAL 1 and 2 * allows you to write less boilerplate code  The classes are not very complete, they just have the code I needed for various programs.  

We can use `yum` or `dnf` to install `gdalcpp-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gdalcpp-devel.

## Install gdalcpp-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install gdalcpp-devel

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

sudo yum -y install gdalcpp-devel

How To Uninstall gdalcpp-devel on Fedora 36

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

sudo dnf remove gdalcpp-devel

gdalcpp-devel Package Contents on Fedora 36

/usr/include/gdalcpp.hpp
/usr/share/doc/gdalcpp-devel
/usr/share/doc/gdalcpp-devel/README.md
/usr/share/licenses/gdalcpp-devel
/usr/share/licenses/gdalcpp-devel/LICENSE.txt

References

Summary

In this tutorial we learn how to install gdalcpp-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/include/gdalcpp.hpp /usr/share/doc/gdalcpp-devel /usr/share/doc/gdalcpp-devel/README.md /usr/share/licenses/gdalcpp-devel /usr/share/licenses/gdalcpp-devel/LICENSE.txt


## References

* [gdalcpp-devel website](https://github.com/joto/gdalcpp)

## Summary

In this tutorial we learn how to install `gdalcpp-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).