How To Install librasterlite2 on Fedora 34
Introduction
In this tutorial we learn how to install librasterlite2
on Fedora 34.
What is librasterlite2
librasterlite2 is a library that stores and retrieves huge raster coverages using a SpatiaLite DBMS. librasterlite2 1.1.0 0.3.beta1.fc34 x86_64 460 k librasterlite2-1.1.0-0.3.beta1.fc34.src.rpm fedora Stores and retrieves huge raster coverages using a SpatiaLite DBMS https MPLv1.1 or GPLv2+ or LGPLv2+ 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install librasterlite2.
Install librasterlite2 on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install librasterlite2
using dnf
by running the following command:
sudo dnf -y install librasterlite2
Install librasterlite2 on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the librasterlite2
package we can use the following command:
sudo dnf remove librasterlite2
librasterlite2 Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/41
/usr/lib/.build-id/41/92c10365b090cf78ba3e59183c081ed7ef346a
/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
/usr/lib/.build-id
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/8dbeb4d963648c7754fc9e9d5970bd89fee8d1
/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 https://www.gaia-gis.it/fossil/librasterlite2)
Summary
In this tutorial we learn how to install librasterlite2
on Fedora 34 using yum and dnf.