How To Install libchamplain-gtk on Rocky Linux 8
Introduction
In this tutorial we learn how to install libchamplain-gtk
on Rocky Linux 8.
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 Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libchamplain-gtk.
Install libchamplain-gtk on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
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 Rocky Linux 8 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 Rocky Linux 8
To uninstall only the libchamplain-gtk
package we can use the following command:
sudo dnf remove libchamplain-gtk
libchamplain-gtk Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/d118ff9a28d75a4d287d3402f2c0f77a55fe22
/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.10.0
/usr/lib/.build-id
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/45b10ee8e4cc89a185f925c636e7cc8017e57e
/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.10.0
References
Summary
In this tutorial we learn how to install libchamplain-gtk
on Rocky Linux 8 using yum and dnf.