How To Install rssguard on Fedora 36
Introduction
In this tutorial we learn how to install rssguard on Fedora 36.
What is rssguard
RSS Guard is simple, light and easy-to-use RSS/ATOM feed aggregator developed using Qt framework which supports online feed synchronization.
We can use yum or dnf to install rssguard on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rssguard.
Install rssguard 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 rssguard using dnf by running the following command:
sudo dnf -y install rssguard
Install rssguard 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 rssguard using yum by running the following command:
sudo yum -y install rssguard
How To Uninstall rssguard on Fedora 36
To uninstall only the rssguard package we can use the following command:
sudo dnf remove rssguard
rssguard Package Contents on Fedora 36
/usr/bin/rssguard
/usr/lib/.build-id
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/02ad5c9fd8f7467bffbb14d7567d724f13d96c
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/b74c010fb09f99f96509ab0b1144c97bd599c7
/usr/lib64/librssguard.so
/usr/share/applications/com.github.rssguard.desktop
/usr/share/doc/rssguard
/usr/share/doc/rssguard/README.md
/usr/share/icons/hicolor/512x512/apps/rssguard.png
/usr/share/licenses/rssguard
/usr/share/licenses/rssguard/LICENSE.md
/usr/share/metainfo/com.github.rssguard.appdata.xml
References
Summary
In this tutorial we learn how to install rssguard on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).