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