How to Install and Uninstall gdalcpp-devel.x86_64 Package on Fedora 36

Last updated: January 06,2025

1. Install "gdalcpp-devel.x86_64" package

Please follow the guidance below to install gdalcpp-devel.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install gdalcpp-devel.x86_64

2. Uninstall "gdalcpp-devel.x86_64" package

This guide let you learn how to uninstall gdalcpp-devel.x86_64 on Fedora 36:

$ sudo dnf remove gdalcpp-devel.x86_64 $ sudo dnf autoremove

3. Information about the gdalcpp-devel.x86_64 package on Fedora 36

Last metadata expiration check: 5:27:43 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : gdalcpp-devel
Version : 1.3.0
Release : 2.20210925git7e23085.fc36
Architecture : x86_64
Size : 12 k
Source : gdalcpp-1.3.0-2.20210925git7e23085.fc36.src.rpm
Repository : fedora
Summary : Development files for gdalcpp
URL : https://github.com/joto/gdalcpp
License : Boost
Description : 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.