How To Install lxqt-sudo on Fedora 36

In this tutorial we learn how to install lxqt-sudo in Fedora 36. lxqt-sudo is GUI frontend for sudo/su

Introduction

In this tutorial we learn how to install lxqt-sudo on Fedora 36.

What is lxqt-sudo

GUI frontend for sudo/su.

We can use yum or dnf to install lxqt-sudo on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lxqt-sudo.

Install lxqt-sudo 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-sudo using dnf by running the following command:

sudo dnf -y install lxqt-sudo

Install lxqt-sudo 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-sudo using yum by running the following command:

sudo yum -y install lxqt-sudo

How To Uninstall lxqt-sudo on Fedora 36

To uninstall only the lxqt-sudo package we can use the following command:

sudo dnf remove lxqt-sudo

lxqt-sudo Package Contents on Fedora 36

/usr/bin/lxqt-sudo
/usr/bin/lxsu
/usr/bin/lxsudo
/usr/lib/.build-id
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/7d3538b48cc0fa427a738591f0d5b8c0f7b436
/usr/share/doc/lxqt-sudo
/usr/share/doc/lxqt-sudo/AUTHORS
/usr/share/doc/lxqt-sudo/CHANGELOG
/usr/share/doc/lxqt-sudo/README.md
/usr/share/licenses/lxqt-sudo
/usr/share/licenses/lxqt-sudo/LICENSE
/usr/share/man/man1/lxqt-sudo.1.gz
/usr/share/man/man1/lxsu.1.gz
/usr/share/man/man1/lxsudo.1.gz

References

Summary

In this tutorial we learn how to install lxqt-sudo on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).