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

Last updated: September 21,2024

1. Install "gdalcpp-devel.i686" package

In this section, we are going to explain the necessary steps to install gdalcpp-devel.i686 on Fedora 39

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

2. Uninstall "gdalcpp-devel.i686" package

In this section, we are going to explain the necessary steps to uninstall gdalcpp-devel.i686 on Fedora 39:

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

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

Last metadata expiration check: 5:08:31 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : gdalcpp-devel
Version : 1.3.0
Release : 5.20210925git7e23085.fc39
Architecture : i686
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.