How To Install libkml on Fedora 36
Introduction
In this tutorial we learn how to install libkml
on Fedora 36.
What is libkml
Reference implementation of OGC KML 2.2. It also includes implementations of Google’s gx Earth, as well as several utility libraries for working with other formats.
We can use yum
or dnf
to install libkml
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libkml.
Install 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 libkml
using dnf
by running the following command:
sudo dnf -y install libkml
Install 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 libkml
using yum
by running the following command:
sudo yum -y install libkml
How To Uninstall libkml on Fedora 36
To uninstall only the libkml
package we can use the following command:
sudo dnf remove libkml
---
title: “How To Install libkml on Fedora 36”
libkml Package Contents on Fedora 36
linkTitle: “libkml”
type: “docs”
description: "In this tutorial we learn how to install libkml in Fedora 36. libkml is Reference implementation of OGC KML 2.2"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libkml-featured.png
---
## Introduction
In this tutorial we learn how to install `libkml` on Fedora 36.
### What is `libkml`
> Reference implementation of OGC KML 2.2. It also includes implementations of Google's gx Earth, as well as several utility libraries for working with other formats.
We can use `yum` or `dnf` to install `libkml` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libkml.
## Install libkml on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install libkml
using dnf
by running the following command:
sudo dnf -y install libkml
Install 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 libkml
using yum
by running the following command:
sudo yum -y install libkml
How To Uninstall libkml on Fedora 36
To uninstall only the libkml
package we can use the following command:
sudo dnf remove libkml
libkml Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/14
/usr/lib/.build-id/14/0e4a687ed62c08f68fc14c53c72bc472f69b19
/usr/lib/.build-id/49
/usr/lib/.build-id/49/3e5e5a714faafdcbb7bafdd8bfa0e9ed739b31
/usr/lib/.build-id/91
/usr/lib/.build-id/91/617940cd03bdb14f21a719c95d01e646040c9a
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/0dd65f4cb45768f68f11f0843fa3fe6d938b7a
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/43348cc07ef3c6d9aa5ebfef178635267cfd63
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/0d830afdd8da25aa400d550fd6fe1a95559783
/usr/lib64/libkmlbase.so.1
/usr/lib64/libkmlbase.so.1.3.0
/usr/lib64/libkmlconvenience.so.1
/usr/lib64/libkmlconvenience.so.1.3.0
/usr/lib64/libkmldom.so.1
/usr/lib64/libkmldom.so.1.3.0
/usr/lib64/libkmlengine.so.1
/usr/lib64/libkmlengine.so.1.3.0
/usr/lib64/libkmlregionator.so.1
/usr/lib64/libkmlregionator.so.1.3.0
/usr/lib64/libkmlxsd.so.1
/usr/lib64/libkmlxsd.so.1.3.0
/usr/share/doc/libkml
/usr/share/doc/libkml/AUTHORS
/usr/share/doc/libkml/README.md
/usr/share/licenses/libkml
/usr/share/licenses/libkml/LICENSE
References
Summary
In this tutorial we learn how to install libkml
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/15 /usr/lib/.build-id/15/2c8302c1393073482f7946f2e4e08707169e3c /usr/lib/.build-id/27 /usr/lib/.build-id/27/2a0b70ffc37d86b099d9153318967d914b6fb4 /usr/lib/.build-id/32 /usr/lib/.build-id/32/af372eed47c8d13048f139d90daa492646ac0d /usr/lib/.build-id/81 /usr/lib/.build-id/81/16e47421b4f3fdb05e37f80489d8af2a0cab0b /usr/lib/.build-id/c8 /usr/lib/.build-id/c8/3f3cd19157a674cd73e503c35700d0b4053ec9 /usr/lib/.build-id/d8 /usr/lib/.build-id/d8/935854fba7a351d52800c1862fad996e3da4af /usr/lib/libkmlbase.so.1 /usr/lib/libkmlbase.so.1.3.0 /usr/lib/libkmlconvenience.so.1 /usr/lib/libkmlconvenience.so.1.3.0 /usr/lib/libkmldom.so.1 /usr/lib/libkmldom.so.1.3.0 /usr/lib/libkmlengine.so.1 /usr/lib/libkmlengine.so.1.3.0 /usr/lib/libkmlregionator.so.1 /usr/lib/libkmlregionator.so.1.3.0 /usr/lib/libkmlxsd.so.1 /usr/lib/libkmlxsd.so.1.3.0 /usr/share/doc/libkml /usr/share/doc/libkml/AUTHORS /usr/share/doc/libkml/README.md /usr/share/licenses/libkml /usr/share/licenses/libkml/LICENSE
## References
* [libkml website](https://github.com/libkml/libkml)
## Summary
In this tutorial we learn how to install `libkml` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).