How to Install and Uninstall PDAL.x86_64 Package on Fedora 38

Last updated: September 30,2024

1. Install "PDAL.x86_64" package

In this section, we are going to explain the necessary steps to install PDAL.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install PDAL.x86_64

2. Uninstall "PDAL.x86_64" package

Please follow the guidance below to uninstall PDAL.x86_64 on Fedora 38:

$ sudo dnf remove PDAL.x86_64 $ sudo dnf autoremove

3. Information about the PDAL.x86_64 package on Fedora 38

Last metadata expiration check: 3:49:38 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : PDAL
Version : 2.5.6
Release : 1.fc38
Architecture : x86_64
Size : 102 k
Source : PDAL-2.5.6-1.fc38.src.rpm
Repository : updates
Summary : Point Data Abstraction Library
URL : https://www.pdal.io
License : BSD-3-Clause AND Apache-2.0 AND MIT AND BSL-1.0
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.