How To Install libfm-gtk-utils on Fedora 36
Introduction
In this tutorial we learn how to install libfm-gtk-utils
on Fedora 36.
What is libfm-gtk-utils
This package contains some GTK+ related utility files for libfm.
We can use yum
or dnf
to install libfm-gtk-utils
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libfm-gtk-utils.
Install libfm-gtk-utils 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 libfm-gtk-utils
using dnf
by running the following command:
sudo dnf -y install libfm-gtk-utils
Install libfm-gtk-utils 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 libfm-gtk-utils
using yum
by running the following command:
sudo yum -y install libfm-gtk-utils
How To Uninstall libfm-gtk-utils on Fedora 36
To uninstall only the libfm-gtk-utils
package we can use the following command:
sudo dnf remove libfm-gtk-utils
libfm-gtk-utils Package Contents on Fedora 36
/usr/bin/libfm-pref-apps
/usr/bin/lxshortcut
/usr/lib/.build-id
/usr/lib/.build-id/20
/usr/lib/.build-id/20/8879d59eef6dc4f03e137cae483bd8b5c844c3
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/8f91aaec1b5e152798816fe6adeefb340deab1
/usr/share/applications/libfm-pref-apps.desktop
/usr/share/applications/lxshortcut.desktop
/usr/share/man/man1/libfm-pref-apps.1.gz
/usr/share/man/man1/lxshortcut.1.gz
References
Summary
In this tutorial we learn how to install libfm-gtk-utils
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).