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

Last updated: January 11,2025

1. Install "gdalcpp-devel.x86_64" package

Here is a brief guide to show you how to install gdalcpp-devel.x86_64 on Fedora 39

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

2. Uninstall "gdalcpp-devel.x86_64" package

Learn how to uninstall gdalcpp-devel.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 4:26:13 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : gdalcpp-devel
Version : 1.3.0
Release : 5.20210925git7e23085.fc39
Architecture : x86_64
Size : 12 k
Source : gdalcpp-1.3.0-5.20210925git7e23085.fc39.src.rpm
Repository : fedora
Summary : Development files for gdalcpp
URL : https://github.com/joto/gdalcpp
License : BSL-1.0
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.