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

Last updated: May 18,2024

1. Install "PDAL.x86_64" package

Please follow the step by step instructions below to install PDAL.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install PDAL.x86_64

2. Uninstall "PDAL.x86_64" package

Learn how to uninstall PDAL.x86_64 on Fedora 36:

$ sudo dnf remove PDAL.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:11:37 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : PDAL
Version : 2.4.3
Release : 1.fc36
Architecture : x86_64
Size : 98 k
Source : PDAL-2.4.3-1.fc36.src.rpm
Repository : updates
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.