How to Install and Uninstall gdal.x86_64 Package on AlmaLinux 8

Last updated: May 19,2024

1. Install "gdal.x86_64" package

Please follow the steps below to install gdal.x86_64 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install gdal.x86_64

2. Uninstall "gdal.x86_64" package

This guide let you learn how to uninstall gdal.x86_64 on AlmaLinux 8:

$ sudo dnf remove gdal.x86_64 $ sudo dnf autoremove

3. Information about the gdal.x86_64 package on AlmaLinux 8

Last metadata expiration check: 2:13:16 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : gdal
Version : 3.0.4
Release : 11.el8
Architecture : x86_64
Size : 269 k
Source : gdal-3.0.4-11.el8.src.rpm
Repository : epel
Summary : GIS file format library
URL : http://www.gdal.org
License : MIT
Description : Geospatial Data Abstraction Library (GDAL/OGR) is a cross platform
: C++ translator library for raster and vector geospatial data formats.
: As a library, it presents a single abstract data model to the calling
: application for all supported formats. It also comes with a variety of
: useful commandline utilities for data translation and processing.
:
: It provides the primary data access engine for many applications.
: GDAL/OGR is the most widely used geospatial data access library.