How To Install rssguard on Fedora 34

rssguard is Simple yet powerful feed reader

Introduction

In this tutorial we learn how to install rssguard on Fedora 34.

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 34. In this tutorial we discuss both methods but you only need to choose one of method to install rssguard.

Install rssguard on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install rssguard using dnf by running the following command:

sudo dnf -y install rssguard

Install rssguard on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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 34

To uninstall only the rssguard package we can use the following command:

sudo dnf remove rssguard

rssguard Package Contents on Fedora 34

/usr/bin/rssguard
/usr/lib/.build-id
/usr/lib/.build-id/15
/usr/lib/.build-id/15/396703fce6d1db162b82105e5e36842d3fb8fb
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/1b1c90c73c97a303193c73860a965d5a8e282a
/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
/usr/bin/rssguard
/usr/lib/.build-id
/usr/lib/.build-id/32
/usr/lib/.build-id/32/9160e7eec01475c9ac4bb6d8464fdb3dc5f2c4
/usr/lib/.build-id/75
/usr/lib/.build-id/75/5b0b5a809ec1607285a5d397782d31ce11904c
/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 34 using yum and dnf.