How To Install libdazzle on Fedora 34
Introduction
In this tutorial we learn how to install libdazzle
on Fedora 34.
What is libdazzle
libdazzle is a collection of fancy features for GLib and Gtk+ that aren’t quite ready or generic enough for use inside those libraries. This is often a proving ground for new widget prototypes. Applications such as Builder tend to drive development of this project. libdazzle 3.40.0 1.fc34 x86_64 429 k libdazzle-3.40.0-1.fc34.src.rpm fedora Experimental new features for GTK+ and GLib https GPLv3+ libdazzle is a collection of fancy features for GLib and Gtk+ that aren’t quite ready or generic enough for use inside those libraries. This is often a proving ground for new widget prototypes. Applications such as Builder tend to drive development of this project.
We can use yum
or dnf
to install libdazzle
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libdazzle.
Install libdazzle 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 libdazzle
using dnf
by running the following command:
sudo dnf -y install libdazzle
Install libdazzle 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 libdazzle
using yum
by running the following command:
sudo yum -y install libdazzle
How To Uninstall libdazzle on Fedora 34
To uninstall only the libdazzle
package we can use the following command:
sudo dnf remove libdazzle
libdazzle Package Contents on Fedora 34
/usr/bin/dazzle-list-counters
/usr/lib/.build-id
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/a57e5e32ed2566e0f4b8abb35022699ff028f6
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/a28cba10630d568a00fd2dad5f643685205287
/usr/lib64/girepository-1.0
/usr/lib64/girepository-1.0/Dazzle-1.0.typelib
/usr/lib64/libdazzle-1.0.so.0
/usr/share/doc/libdazzle
/usr/share/doc/libdazzle/AUTHORS
/usr/share/doc/libdazzle/NEWS
/usr/share/doc/libdazzle/README.md
/usr/share/licenses/libdazzle
/usr/share/licenses/libdazzle/COPYING
/usr/bin/dazzle-list-counters
/usr/lib/.build-id
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/561f1e9ce3ad9c2948b9aab8fd66cd61aa83d6
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/37cc7db0a9b21fa6b143520579b3cd4cc898a9
/usr/lib/girepository-1.0
/usr/lib/girepository-1.0/Dazzle-1.0.typelib
/usr/lib/libdazzle-1.0.so.0
/usr/share/doc/libdazzle
/usr/share/doc/libdazzle/AUTHORS
/usr/share/doc/libdazzle/NEWS
/usr/share/doc/libdazzle/README.md
/usr/share/licenses/libdazzle
/usr/share/licenses/libdazzle/COPYING
References
- [libdazzle website](https://gitlab.gnome.org/GNOME/libdazzle https://gitlab.gnome.org/GNOME/libdazzle)
Summary
In this tutorial we learn how to install libdazzle
on Fedora 34 using yum and dnf.