How To Install lxqt-about on Fedora 36
Introduction
In this tutorial we learn how to install lxqt-about
on Fedora 36.
What is lxqt-about
About application for LXQt desktop suite.
We can use yum
or dnf
to install lxqt-about
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lxqt-about.
Install lxqt-about 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-about
using dnf
by running the following command:
sudo dnf -y install lxqt-about
Install lxqt-about 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-about
using yum
by running the following command:
sudo yum -y install lxqt-about
How To Uninstall lxqt-about on Fedora 36
To uninstall only the lxqt-about
package we can use the following command:
sudo dnf remove lxqt-about
lxqt-about Package Contents on Fedora 36
/usr/bin/lxqt-about
/usr/lib/.build-id
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/3bbe7a5aa7ced411c7ce0ad36532adc008c313
/usr/share/applications/lxqt-about.desktop
/usr/share/doc/lxqt-about
/usr/share/doc/lxqt-about/COPYING
References
Summary
In this tutorial we learn how to install lxqt-about
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).