How To Install gplugin-gtk4 on Fedora 36
Introduction
In this tutorial we learn how to install gplugin-gtk4
on Fedora 36.
What is gplugin-gtk4
GTK4 applications for gplugin.
We can use yum
or dnf
to install gplugin-gtk4
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gplugin-gtk4.
Install gplugin-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 gplugin-gtk4
using dnf
by running the following command:
sudo dnf -y install gplugin-gtk4
Install gplugin-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 gplugin-gtk4
using yum
by running the following command:
sudo yum -y install gplugin-gtk4
How To Uninstall gplugin-gtk4 on Fedora 36
To uninstall only the gplugin-gtk4
package we can use the following command:
sudo dnf remove gplugin-gtk4
gplugin-gtk4 Package Contents on Fedora 36
/usr/bin/gplugin-gtk4-viewer
/usr/lib/.build-id
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/594e5c8a30162ddbde17a79d9f7a52257e6ebc
/usr/share/man/man1/gplugin-gtk4-viewer.1.gz
References
Summary
In this tutorial we learn how to install gplugin-gtk4
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).