How To Install liblas-tools on Fedora 36

In this tutorial we learn how to install liblas-tools in Fedora 36. liblas-tools is libLAS utility applications

Introduction

In this tutorial we learn how to install liblas-tools on Fedora 36.

What is liblas-tools

libLAS utility applications.

We can use yum or dnf to install liblas-tools on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install liblas-tools.

Install liblas-tools on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install liblas-tools using dnf by running the following command:

sudo dnf -y install liblas-tools

Install liblas-tools on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install liblas-tools using yum by running the following command:

sudo yum -y install liblas-tools

How To Uninstall liblas-tools on Fedora 36

To uninstall only the liblas-tools package we can use the following command:

sudo dnf remove liblas-tools

liblas-tools Package Contents on Fedora 36

/usr/bin/las2col
/usr/bin/las2las
/usr/bin/las2ogr
/usr/bin/las2pg
/usr/bin/las2txt
/usr/bin/lasblock
/usr/bin/lasinfo
/usr/bin/ts2las
/usr/bin/txt2las
/usr/lib/.build-id
/usr/lib/.build-id/17
/usr/lib/.build-id/17/edce1c11e07499cb0fd28865e7738557613b16
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/64783da1067839f29e81b9814f655a7fbccfff
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/350626a03604ada2488cb3f93bc617b50bb46f
/usr/lib/.build-id/48
/usr/lib/.build-id/48/4f48674a0d3e6f8e9fdb00049bbcebf56a9ff1
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/f054679694f9c18af2c71f7fd71ecb61cba45a
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/b8b7d8eb00802cf75d491167695c46029d4654
/usr/lib/.build-id/af
/usr/lib/.build-id/af/bb41c9b077be645b3b4328239763388dac462b
/usr/lib/.build-id/af/dc4b0270b396f5b7c97d2826d9d4e8390857ec
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/fd06bfa96c77b622461f860dff31c9a8165e06
/usr/share/doc/liblas-tools
/usr/share/doc/liblas-tools/AUTHORS
/usr/share/doc/liblas-tools/README.txt

References

Summary

In this tutorial we learn how to install liblas-tools on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).