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

Last updated: November 27,2024

1. Install "gdalcpp-devel.x86_64" package

Please follow the instructions below to install gdalcpp-devel.x86_64 on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 2:46:43 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : gdalcpp-devel
Version : 1.2.0
Release : 6.20180829git4df5ca1.fc34
Architecture : x86_64
Size : 12 k
Source : gdalcpp-1.2.0-6.20180829git4df5ca1.fc34.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.