How To Install routino on Fedora 36

In this tutorial we learn how to install routino in Fedora 36. routino is Router for OpenStreetMap Data

Introduction

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

What is routino

Routino is a command-line application for finding a route between two points using the dataset of topographical information collected by OpenStreetMap. It can be used as a routing tool in Marble.

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

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

sudo dnf -y install routino

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

sudo yum -y install routino

How To Uninstall routino on Fedora 36

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

sudo dnf remove routino

routino Package Contents on Fedora 36

/usr/bin/routino-filedumper
/usr/bin/routino-filedumper-slim
/usr/bin/routino-filedumperx
/usr/bin/routino-planetsplitter
/usr/bin/routino-planetsplitter-slim
/usr/bin/routino-router
/usr/bin/routino-router+lib
/usr/bin/routino-router+lib-slim
/usr/bin/routino-router-slim
/usr/lib/.build-id
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/0ef0d30f9b2b3c5644eb12b30663a8ce9abbcb
/usr/lib/.build-id/20
/usr/lib/.build-id/20/cb89a5afb54dd2de7267ce94018afb3795ba5b
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/bc8136f7166162e7d33f0952e1076b4cc5bc52
/usr/lib/.build-id/44
/usr/lib/.build-id/44/3d2552eb5804999a922466ae4c6daf43ed3988
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/3d6bfc64905ceaf407a511977472eca73a2fb1
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/393e26938abc0bcda17040b86715e20a9f8152
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/59aceb166eeae158320696d23e7ff8756ab80f
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/56e1130db704f378ea40113ad065db2438dd72
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/218b4b01ebd2d906fed0e7c700199b53284494

References

Summary

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