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

Last updated: October 05,2024

1. Install "PDAL.x86_64" package

This tutorial shows how to install PDAL.x86_64 on Fedora 34

$ 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 34:

$ sudo dnf remove PDAL.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:16:03 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : PDAL
Version : 2.2.0
Release : 7.fc34
Architecture : x86_64
Size : 89 k
Source : PDAL-2.2.0-7.fc34.src.rpm
Repository : fedora
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.