How To Install libgdamm on Fedora 34
Introduction
In this tutorial we learn how to install libgdamm on Fedora 34.
What is libgdamm
C++ wrappers for libgda. libgdamm is part of a set of powerful C++ bindings for the GNOME libraries, which provide additional functionality above GTK+/gtkmm. libgdamm 4.99.11 11.fc34 x86_64 150 k libgdamm-4.99.11-11.fc34.src.rpm fedora C++ wrappers for libgda http LGPLv2+ C++ wrappers for libgda. libgdamm is part of a set of powerful C++ bindings for the GNOME libraries, which provide additional functionality above GTK+/gtkmm.
We can use yum or dnf to install libgdamm on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libgdamm.
Install libgdamm 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 libgdamm using dnf by running the following command:
sudo dnf -y install libgdamm
Install libgdamm 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 libgdamm using yum by running the following command:
sudo yum -y install libgdamm
How To Uninstall libgdamm on Fedora 34
To uninstall only the libgdamm package we can use the following command:
sudo dnf remove libgdamm
libgdamm Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/48
/usr/lib/.build-id/48/1a40487d14e07c95110aa9144eab9613e634ac
/usr/lib/libgdamm-5.0.so.13
/usr/lib/libgdamm-5.0.so.13.0.0
/usr/share/doc/libgdamm
/usr/share/doc/libgdamm/AUTHORS
/usr/share/doc/libgdamm/NEWS
/usr/share/licenses/libgdamm
/usr/share/licenses/libgdamm/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/8682861875e69cbdafe679b5ed906fbca471af
/usr/lib64/libgdamm-5.0.so.13
/usr/lib64/libgdamm-5.0.so.13.0.0
/usr/share/doc/libgdamm
/usr/share/doc/libgdamm/AUTHORS
/usr/share/doc/libgdamm/NEWS
/usr/share/licenses/libgdamm
/usr/share/licenses/libgdamm/COPYING
References
- [libgdamm website](http://www.gtkmm.org/ http://www.gtkmm.org/)
Summary
In this tutorial we learn how to install libgdamm on Fedora 34 using yum and dnf.