How To Install librasterlite2 on Fedora 36

In this tutorial we learn how to install librasterlite2 in Fedora 36. librasterlite2 is Stores and retrieves huge raster coverages using a SpatiaLite DBMS

Introduction

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

What is librasterlite2

librasterlite2 is a library that stores and retrieves huge raster coverages using a SpatiaLite DBMS.

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

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

sudo dnf -y install librasterlite2

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

sudo yum -y install librasterlite2

How To Uninstall librasterlite2 on Fedora 36

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

sudo dnf remove librasterlite2

librasterlite2 Package Contents on Fedora 36

---
title: "How To Install librasterlite2 on Fedora 36"
linkTitle: "librasterlite2"
type: "docs"
description: "In this tutorial we learn how to install librasterlite2 in Fedora 36. librasterlite2 is Stores and retrieves huge raster coverages using a SpatiaLite DBMS"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/librasterlite2-featured.png
---

## Introduction

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

### What is `librasterlite2`

> librasterlite2 is a library that stores and retrieves huge raster coverages using a SpatiaLite DBMS.  

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

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

sudo dnf -y install librasterlite2

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

sudo yum -y install librasterlite2

How To Uninstall librasterlite2 on Fedora 36

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

sudo dnf remove librasterlite2

librasterlite2 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/bcfda85e01241c62f66b560e781f53d345765d
/usr/lib/librasterlite2.so.1
/usr/lib/librasterlite2.so.1.0.0
/usr/lib/mod_rasterlite2.so
/usr/share/doc/librasterlite2
/usr/share/doc/librasterlite2/AUTHORS
/usr/share/licenses/librasterlite2
/usr/share/licenses/librasterlite2/COPYING

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/dc /usr/lib/.build-id/dc/1c19d34a3d4e56b9a033c3debdcf63e8887f88 /usr/lib64/librasterlite2.so.1 /usr/lib64/librasterlite2.so.1.0.0 /usr/lib64/mod_rasterlite2.so /usr/share/doc/librasterlite2 /usr/share/doc/librasterlite2/AUTHORS /usr/share/licenses/librasterlite2 /usr/share/licenses/librasterlite2/COPYING


## References

* [librasterlite2 website](https://www.gaia-gis.it/fossil/librasterlite2)

## Summary

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