How To Install awf-gtk4 on Fedora 36
Introduction
In this tutorial we learn how to install awf-gtk4
on Fedora 36.
What is awf-gtk4
A widget factory is a theme preview application for GTK. It displays the various widget types provided by GTK in a single window allowing to see the visual effect of the applied theme. This package provides the gtk4 version.
We can use yum
or dnf
to install awf-gtk4
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install awf-gtk4.
Install awf-gtk4 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 awf-gtk4
using dnf
by running the following command:
sudo dnf -y install awf-gtk4
Install awf-gtk4 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 awf-gtk4
using yum
by running the following command:
sudo yum -y install awf-gtk4
How To Uninstall awf-gtk4 on Fedora 36
To uninstall only the awf-gtk4
package we can use the following command:
sudo dnf remove awf-gtk4
awf-gtk4 Package Contents on Fedora 36
/usr/bin/awf-gtk4
/usr/lib/.build-id
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/50711d80e982285d669ecfde427444fe1141cc
/usr/share/applications/awf-gtk4.desktop
/usr/share/doc/awf-gtk4
/usr/share/doc/awf-gtk4/README.md
/usr/share/icons/hicolor/128x128/apps/awf-gtk4.png
/usr/share/icons/hicolor/16x16/apps/awf-gtk4.png
/usr/share/icons/hicolor/22x22/apps/awf-gtk4.png
/usr/share/icons/hicolor/24x24/apps/awf-gtk4.png
/usr/share/icons/hicolor/32x32/apps/awf-gtk4.png
/usr/share/icons/hicolor/48x48/apps/awf-gtk4.png
/usr/share/icons/hicolor/64x64/apps/awf-gtk4.png
/usr/share/icons/hicolor/scalable/apps/awf-gtk4.svg
/usr/share/licenses/awf-gtk4
/usr/share/licenses/awf-gtk4/COPYING
/usr/share/locale/fr/LC_MESSAGES/awf-gtk4.mo
References
Summary
In this tutorial we learn how to install awf-gtk4
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).