How To Install libchamplain-gtk on Fedora 36

In this tutorial we learn how to install libchamplain-gtk in Fedora 36. libchamplain-gtk is Gtk+ widget wrapper for libchamplain

Introduction

In this tutorial we learn how to install libchamplain-gtk on Fedora 36.

What is libchamplain-gtk

Libchamplain-gtk is a library providing a GtkWidget to embed libchamplain into Gtk+ applications.

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

Install libchamplain-gtk on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

title: “How To Install libchamplain-gtk on Fedora 36” linkTitle: “libchamplain-gtk” type: “docs” description: “In this tutorial we learn how to install libchamplain-gtk in Fedora 36. libchamplain-gtk is Gtk+ widget wrapper for libchamplain” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libchamplain-gtk-featured.png

Introduction

After updating yum database, We can install libchamplain-gtk using dnf by running the following command:

In this tutorial we learn how to install libchamplain-gtk on Fedora 36.


### What is `libchamplain-gtk`

> Libchamplain-gtk is a library providing a GtkWidget to embed libchamplain into Gtk+ applications.  

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

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

sudo dnf -y install libchamplain-gtk

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

sudo yum -y install libchamplain-gtk

How To Uninstall libchamplain-gtk on Fedora 36

To uninstall only the libchamplain-gtk package we can use the following command:

sudo dnf -y install libchamplain-gtk

sudo dnf remove libchamplain-gtk


## Install libchamplain-gtk on Fedora 36 Using yum
## libchamplain-gtk Package Contents on Fedora 36


Update yum database with `yum` using the following command.
```bash

```bash
sudo yum makecache --refresh

After updating yum database, We can install libchamplain-gtk using yum by running the following command:

sudo yum -y install libchamplain-gtk

How To Uninstall libchamplain-gtk on Fedora 36

To uninstall only the libchamplain-gtk package we can use the following command:

sudo dnf remove libchamplain-gtk

libchamplain-gtk Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/75
/usr/lib/.build-id/75/4a9ca0b1a3aecb0e88ecf04158d0de98678142
/usr/lib64/girepository-1.0/GtkChamplain-0.12.typelib
/usr/lib64/libchamplain-gtk-0.12.so.0
/usr/lib64/libchamplain-gtk-0.12.so.0.11.10

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/34 /usr/lib/.build-id/34/6c023a7307f612076b02dfa6be177f0eb0f7f4 /usr/lib/girepository-1.0/GtkChamplain-0.12.typelib /usr/lib/libchamplain-gtk-0.12.so.0 /usr/lib/libchamplain-gtk-0.12.so.0.11.10


## References

* [libchamplain-gtk website](https://wiki.gnome.org/Projects/libchamplain)

## Summary

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