How To Install python3-libkml on Fedora 36

In this tutorial we learn how to install python3-libkml in Fedora 36. python3-libkml is Python 3 bindings for libkml

Introduction

In this tutorial we learn how to install python3-libkml on Fedora 36.

What is python3-libkml

The python3-libkml package contains Python 3 bindings for libkml.

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

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

sudo dnf -y install python3-libkml

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

sudo yum -y install python3-libkml

How To Uninstall python3-libkml on Fedora 36

To uninstall only the python3-libkml package we can use the following command:

sudo dnf remove python3-libkml

python3-libkml Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/26361474e8f15e90dcf15b4e5068de79bd500d
/usr/lib/.build-id/60
/usr/lib/.build-id/60/6bfbc24da157fa83ce7c1cdf57c62b23f8c0d1
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/c61a29b6794d807638c77de66cc85a2d9ba206
/usr/lib64/python3.10/site-packages/__pycache__/kmlbase.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/__pycache__/kmlbase.cpython-310.pyc
/usr/lib64/python3.10/site-packages/__pycache__/kmldom.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/__pycache__/kmldom.cpython-310.pyc
/usr/lib64/python3.10/site-packages/__pycache__/kmlengine.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/__pycache__/kmlengine.cpython-310.pyc
/usr/lib64/python3.10/site-packages/_kmlbase.so
/usr/lib64/python3.10/site-packages/_kmldom.so
/usr/lib64/python3.10/site-packages/_kmlengine.so
/usr/lib64/python3.10/site-packages/kmlbase.py
/usr/lib64/python3.10/site-packages/kmldom.py
/usr/lib64/python3.10/site-packages/kmlengine.py

References

Summary

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