How To Install routino-libs on Fedora 36
Introduction
In this tutorial we learn how to install routino-libs on Fedora 36.
What is routino-libs
The Routino library is a library for finding a route between two points using the dataset of topographical information collected by OpenStreetMap. It can be used by applications to embed Routino, as long as the application’s license is compatible with the AGPLv3.
We can use yum or dnf to install routino-libs on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install routino-libs.
Install routino-libs 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 routino-libs using dnf by running the following command:
sudo dnf -y install routino-libs
Install routino-libs 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 routino-libs using yum by running the following command:
sudo yum -y install routino-libs
How To Uninstall routino-libs on Fedora 36
To uninstall only the routino-libs package we can use the following command:
sudo dnf remove routino-libs
routino-libs Package Contents on Fedora 36
---
title: "How To Install routino-libs on Fedora 36"
linkTitle: "routino-libs"
type: "docs"
description: "In this tutorial we learn how to install routino-libs in Fedora 36. routino-libs is Routing library for OpenStreetMap Data"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/routino-libs-featured.png
---
## Introduction
In this tutorial we learn how to install `routino-libs` on Fedora 36.
### What is `routino-libs`
> The Routino library is a library for finding a route between two points using the dataset of topographical information collected by OpenStreetMap. It can be used by applications to embed Routino, as long as the application's license is compatible with the AGPLv3.
We can use `yum` or `dnf` to install `routino-libs` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install routino-libs.
## Install routino-libs 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 routino-libs using dnf by running the following command:
sudo dnf -y install routino-libs
Install routino-libs 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 routino-libs using yum by running the following command:
sudo yum -y install routino-libs
How To Uninstall routino-libs on Fedora 36
To uninstall only the routino-libs package we can use the following command:
sudo dnf remove routino-libs
routino-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/92e232073e13f385167146a8e797dbd3da7a6f
/usr/lib/.build-id/75
/usr/lib/.build-id/75/706bf3a91645c7f4da4fa0d4e01afdbf6cf376
/usr/lib64/libroutino-slim.so.0
/usr/lib64/libroutino-slim.so.0.0.0
/usr/lib64/libroutino.so.0
/usr/lib64/libroutino.so.0.0.0
References
Summary
In this tutorial we learn how to install routino-libs on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/2f /usr/lib/.build-id/2f/1fc29328c52cffae2b942cb0d12bb897a4a6d7 /usr/lib/.build-id/cd /usr/lib/.build-id/cd/243ec7443c08eb6e28eeb967f782b501c18a5b /usr/lib/libroutino-slim.so.0 /usr/lib/libroutino-slim.so.0.0.0 /usr/lib/libroutino.so.0 /usr/lib/libroutino.so.0.0.0
## References
* [routino-libs website](http://www.routino.org/)
## Summary
In this tutorial we learn how to install `routino-libs` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).