How To Install gq on Fedora 36
Introduction
In this tutorial we learn how to install gq
on Fedora 36.
What is gq
GQ is a graphical browser for LDAP directories and schemas. Using GQ, an administrator can search through a directory and modify objects stored in that directory.
We can use yum
or dnf
to install gq
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gq.
Install gq 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 gq
using dnf
by running the following command:
sudo dnf -y install gq
Install gq 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 gq
using yum
by running the following command:
sudo yum -y install gq
How To Uninstall gq on Fedora 36
To uninstall only the gq
package we can use the following command:
sudo dnf remove gq
gq Package Contents on Fedora 36
/usr/bin/gq
/usr/lib/.build-id
/usr/lib/.build-id/af
/usr/lib/.build-id/af/4191094eabfedd23582df0071d9452ce3d8d8a
/usr/share/applications/gq.desktop
/usr/share/doc/gq
/usr/share/doc/gq/AUTHORS
/usr/share/doc/gq/ChangeLog
/usr/share/doc/gq/NEWS
/usr/share/doc/gq/README
/usr/share/doc/gq/TODO
/usr/share/gnome/help/gq-manual
/usr/share/gnome/help/gq-manual/C
/usr/share/gnome/help/gq-manual/C/gq-manual.xml
/usr/share/gnome/help/gq-manual/C/legal.xml
/usr/share/gnome/help/gq-manual/de
/usr/share/gnome/help/gq-manual/de/gq-manual.xml
/usr/share/gnome/help/gq-manual/de/legal.xml
/usr/share/gq
/usr/share/gq/gq.glade
/usr/share/icons/hicolor/16x16/apps/ldap-group.png
/usr/share/icons/hicolor/16x16/apps/ldap-organization.png
/usr/share/icons/hicolor/16x16/apps/ldap-person.png
/usr/share/licenses/gq
/usr/share/licenses/gq/COPYING
/usr/share/locale/cs/LC_MESSAGES/gq.mo
/usr/share/locale/de/LC_MESSAGES/gq.mo
/usr/share/locale/ja/LC_MESSAGES/gq.mo
/usr/share/locale/zh_CN/LC_MESSAGES/gq.mo
/usr/share/mime/packages/gq-ldif.xml
/usr/share/omf/gq-manual
/usr/share/omf/gq-manual/gq-manual-C.omf
/usr/share/omf/gq-manual/gq-manual-de.omf
/usr/share/pixmaps/gq
/usr/share/pixmaps/gq/bomb.xpm
/usr/share/pixmaps/gq/entry.png
/usr/share/pixmaps/gq/gq.xpm
/usr/share/pixmaps/gq/hide.xpm
/usr/share/pixmaps/gq/new.xpm
/usr/share/pixmaps/gq/textview.png
/usr/share/pixmaps/gq/warning.xpm
References
Summary
In this tutorial we learn how to install gq
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).