How To Install osmctools on Fedora 36

In this tutorial we learn how to install osmctools in Fedora 36. osmctools is Tools to manipulate OpenStreetMap files

Introduction

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

What is osmctools

Small collection of basic OpenStreetMap tools, include converter, filter and updater files. Programs include * osmconvert - Converter of OSM files * osmfilter - The experimental OSM filters data * osmupdate - Update OSM files.

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

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

sudo dnf -y install osmctools

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

sudo yum -y install osmctools

How To Uninstall osmctools on Fedora 36

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

sudo dnf remove osmctools

osmctools Package Contents on Fedora 36

/usr/bin/osmconvert
/usr/bin/osmfilter
/usr/bin/osmupdate
/usr/lib/.build-id
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/14f3e9d82c25e750c1a567331ad2fb7d390c63
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/fc9d9f55248c693ae04395e725265de8036770
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/0fca36f5ac5ee7ca894a5706f157d054278d3a
/usr/share/doc/osmctools
/usr/share/doc/osmctools/AUTHORS
/usr/share/doc/osmctools/README.md
/usr/share/licenses/osmctools
/usr/share/licenses/osmctools/COPYING
/usr/share/man/man1/osmconvert.1.gz
/usr/share/man/man1/osmfilter.1.gz
/usr/share/man/man1/osmupdate.1.gz

References

Summary

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