How to Install and Uninstall PDAL.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 03,2024

1. Install "PDAL.x86_64" package

This is a short guide on how to install PDAL.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install PDAL.x86_64

2. Uninstall "PDAL.x86_64" package

Learn how to uninstall PDAL.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove PDAL.x86_64 $ sudo dnf autoremove

3. Information about the PDAL.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 3:43:16 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : PDAL
Version : 2.1.0
Release : 8.el8
Architecture : x86_64
Size : 88 k
Source : PDAL-2.1.0-8.el8.src.rpm
Repository : epel
Summary : Point Data Abstraction Library
URL : https://www.pdal.io
License : BSD and ASL 2.0 and MIT and Boost
Description : PDAL is a BSD licensed library for translating and manipulating point cloud
: data of various formats. It is a library that is analogous to the GDAL raster
: library. PDAL is focused on reading, writing, and translating point cloud
: data from the ever-growing constellation of data formats. While PDAL is not
: explicitly limited to working with LiDAR data formats, its wide format
: coverage is in that domain.
:
: PDAL is related to Point Cloud Library (PCL) in the sense that both work with
: point data, but PDAL’s niche is data translation and processing pipelines, and
: PCL’s is more in the algorithmic exploitation domain. There is cross over of
: both niches, however, and PDAL provides a user the ability to exploit data
: using PCL’s techniques.