How To Install liblas on Fedora 36

In this tutorial we learn how to install liblas in Fedora 36. liblas is Library for reading and writing the very common LAS LiDAR format

Introduction

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

What is liblas

libLAS is a C/C++ library for reading and writing the very common LAS LiDAR format. The ASPRS LAS format is a sequential binary format used to store data from LiDAR sensors and by LiDAR processing software for data interchange and archival.

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

Install liblas 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 using dnf by running the following command:

sudo dnf -y install liblas

Install liblas 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 using yum by running the following command:

sudo yum -y install liblas

How To Uninstall liblas on Fedora 36

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

sudo dnf remove liblas

liblas Package Contents on Fedora 36

---
title: "How To Install liblas on Fedora 36"
linkTitle: "liblas"
type: "docs"
description: "In this tutorial we learn how to install liblas in Fedora 36. liblas is Library for reading and writing the very common LAS LiDAR format"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/liblas-featured.png
---

## Introduction

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

### What is `liblas`

> libLAS is a C/C++ library for reading and writing the very common LAS LiDAR format. The ASPRS LAS format is a sequential binary format used to store data from LiDAR sensors and by LiDAR processing software for data interchange and archival.  

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

## Install liblas on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install liblas

Install liblas 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 using yum by running the following command:

sudo yum -y install liblas

How To Uninstall liblas on Fedora 36

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

sudo dnf remove liblas

liblas Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/57
/usr/lib/.build-id/57/cf52131e641e53ac05206923333e307e32adf7
/usr/lib/.build-id/88
/usr/lib/.build-id/88/0aa495d2d1753ebf5885bc429f486f74b044f3
/usr/lib/liblas.so.2.4.0
/usr/lib/liblas.so.3
/usr/lib/liblas_c.so.2.4.0
/usr/lib/liblas_c.so.3

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/12 /usr/lib/.build-id/12/e2cd672fdb613ef3929a0b36aac6855cd76a00 /usr/lib/.build-id/96 /usr/lib/.build-id/96/d03f6652479f666964c4b6737c64d790903cb8 /usr/lib64/liblas.so.2.4.0 /usr/lib64/liblas.so.3 /usr/lib64/liblas_c.so.2.4.0 /usr/lib64/liblas_c.so.3


## References

* [liblas website](https://www.liblas.org)

## Summary

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