How To Install readosm on Fedora 34
Introduction
In this tutorial we learn how to install readosm
on Fedora 34.
What is readosm
ReadOSM is a simple library intended for extracting the contents from Open Street Map files on Google’s Protocol Buffer serialization) are indifferently supported. readosm 1.1.0 8.fc34 x86_64 33 k readosm-1.1.0-8.fc34.src.rpm fedora Library to extract data from Open Streetmap input files https MPLv1.1 or GPLv2+ or LGPLv2+ ReadOSM is a simple library intended for extracting the contents from Open Street Map files on Google’s Protocol Buffer serialization) are indifferently supported.
We can use yum
or dnf
to install readosm
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install readosm.
Install readosm 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 readosm
using dnf
by running the following command:
sudo dnf -y install readosm
Install readosm 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 readosm
using yum
by running the following command:
sudo yum -y install readosm
How To Uninstall readosm on Fedora 34
To uninstall only the readosm
package we can use the following command:
sudo dnf remove readosm
readosm Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/16
/usr/lib/.build-id/16/fb3d01149f77be5d221f9f5cb55a0f136b3bcd
/usr/lib64/libreadosm.so.1
/usr/lib64/libreadosm.so.1.0.1
/usr/share/doc/readosm
/usr/share/doc/readosm/AUTHORS
/usr/share/doc/readosm/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/2ec24a8ff3379244729309d9770904c7bb0784
/usr/lib/libreadosm.so.1
/usr/lib/libreadosm.so.1.0.1
/usr/share/doc/readosm
/usr/share/doc/readosm/AUTHORS
/usr/share/doc/readosm/COPYING
References
- [readosm website](https://www.gaia-gis.it/fossil/readosm https://www.gaia-gis.it/fossil/readosm)
Summary
In this tutorial we learn how to install readosm
on Fedora 34 using yum and dnf.