How To Install routino on Fedora 34

routino is Router for OpenStreetMap Data

Introduction

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

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 34. In this tutorial we discuss both methods but you only need to choose one of method to install routino.

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

sudo dnf -y install routino

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

sudo yum -y install routino

How To Uninstall routino on Fedora 34

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

sudo dnf remove routino

routino Package Contents on Fedora 34

/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/43
/usr/lib/.build-id/43/4e970a611bb198f7726c2e7cb95b11ae8c25ee
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/904d2b399e90929f3c3a79497b014f0a77f54f
/usr/lib/.build-id/73
/usr/lib/.build-id/73/c9917e1d00ca299a073fb64b1eaeae284d10b3
/usr/lib/.build-id/86
/usr/lib/.build-id/86/f96b746962fa7aca1ab1079b174c5adaff67be
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/c131721c5c8060bfb7198f1c06eef1533ce9ff
/usr/lib/.build-id/af
/usr/lib/.build-id/af/3196c941c65b10209a0b6675c7c00739f98c65
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/74c07d2fb2dfde64aa7d0396b151bc4ec35750
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/614b832543d2cba276d0ce0f0ba4e8e9be6623
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/bb4023b942c03c0749e1f983f3af9c18f17a25

References

Summary

In this tutorial we learn how to install routino on Fedora 34 using yum and dnf.