How To Install jgmenu on Fedora 36
Introduction
In this tutorial we learn how to install jgmenu
on Fedora 36.
What is jgmenu
A simple, independent and contemporary-looking X11 menu, designed for scripting, ricing and tweaking. Useful for tint2, polymenu, cairo-dock, plank, unity, openbox, i3, dwm and other light environments.
We can use yum
or dnf
to install jgmenu
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install jgmenu.
Install jgmenu 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 jgmenu
using dnf
by running the following command:
sudo dnf -y install jgmenu
Install jgmenu 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 jgmenu
using yum
by running the following command:
sudo yum -y install jgmenu
How To Uninstall jgmenu on Fedora 36
To uninstall only the jgmenu
package we can use the following command:
sudo dnf remove jgmenu
jgmenu Package Contents on Fedora 36
/usr/bin/jgmenu
/usr/bin/jgmenu_run
/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/6765399c101a8a6c53ccf8b662fa3d015e15a7
/usr/lib/.build-id/54
/usr/lib/.build-id/54/31e8501a59e5cd1278454dc920b51fdfa4181c
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/41d5e52ec53d5a338c7adc8968d98605c84c1e
/usr/lib/.build-id/69
/usr/lib/.build-id/69/fd898ddebcabb6fdd11996271f9b609965fa5b
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/43ef5cfa2be8b0360975ad808a5c805f0123da
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/fb6ea6645277aaa941b25448a897c108538184
/usr/lib/.build-id/93
/usr/lib/.build-id/93/4ce478e2f41770cd6ac28e4b579bd7991347fb
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/87b0f55ccb97a64dc84615a69e5f2c54c80b0c
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/ea3efb26113a3cb6d3cb7afea13aa2e7c64994
/usr/libexec/jgmenu/jgmenu-apps
/usr/libexec/jgmenu/jgmenu-config
/usr/libexec/jgmenu/jgmenu-greeneye
/usr/libexec/jgmenu/jgmenu-hide-app.sh
/usr/libexec/jgmenu/jgmenu-i18n
/usr/libexec/jgmenu/jgmenu-init.sh
/usr/libexec/jgmenu/jgmenu-ob
/usr/libexec/jgmenu/jgmenu-obtheme
/usr/libexec/jgmenu/jgmenu-socket
/usr/libexec/jgmenu/jgmenu-themes.sh
/usr/libexec/jgmenu/jgmenu-unity-hack.py
/usr/share/applications/jgmenu.desktop
/usr/share/doc/jgmenu
/usr/share/doc/jgmenu/README.md
/usr/share/icons/hicolor/scalable/apps/jgmenu.svg
/usr/share/licenses/jgmenu
/usr/share/licenses/jgmenu/LICENSE
/usr/share/man/man1/jgmenu-apps.1.gz
/usr/share/man/man1/jgmenu-i18n.1.gz
/usr/share/man/man1/jgmenu-ob.1.gz
/usr/share/man/man1/jgmenu.1.gz
/usr/share/man/man1/jgmenu_run.1.gz
/usr/share/man/man7/jgmenututorial.7.gz
/usr/share/man/man7/jgmenuunicode.7.gz
References
Summary
In this tutorial we learn how to install jgmenu
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).