How To Install lxqt-runner on Fedora 36
Introduction
In this tutorial we learn how to install lxqt-runner
on Fedora 36.
What is lxqt-runner
Application runner agent for LXQt desktop suite.
We can use yum
or dnf
to install lxqt-runner
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lxqt-runner.
Install lxqt-runner 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 lxqt-runner
using dnf
by running the following command:
sudo dnf -y install lxqt-runner
Install lxqt-runner 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 lxqt-runner
using yum
by running the following command:
sudo yum -y install lxqt-runner
How To Uninstall lxqt-runner on Fedora 36
To uninstall only the lxqt-runner
package we can use the following command:
sudo dnf remove lxqt-runner
lxqt-runner Package Contents on Fedora 36
/etc/xdg/autostart/lxqt-runner.desktop
/usr/bin/lxqt-runner
/usr/lib/.build-id
/usr/lib/.build-id/37
/usr/lib/.build-id/37/6f6c2459e80c24a755bd951fb58c5e3e49059a
/usr/share/man/man1/lxqt-runner.1.gz
References
Summary
In this tutorial we learn how to install lxqt-runner
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).