How To Install quiterss on Fedora 36

In this tutorial we learn how to install quiterss in Fedora 36. quiterss is RSS/Atom aggregator

Introduction

In this tutorial we learn how to install quiterss on Fedora 36.

What is quiterss

Qt-based RSS/Atom aggregator.

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

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

sudo dnf -y install quiterss

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

sudo yum -y install quiterss

How To Uninstall quiterss on Fedora 36

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

sudo dnf remove quiterss

quiterss Package Contents on Fedora 36

/usr/bin/quiterss
/usr/lib/.build-id
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/b9c6cd4db637791d6d5cdca926208c22b3abd1
/usr/share/applications/quiterss.desktop
/usr/share/doc/quiterss
/usr/share/doc/quiterss/AUTHORS
/usr/share/doc/quiterss/CHANGELOG
/usr/share/doc/quiterss/README.md
/usr/share/icons/hicolor/128x128/apps/quiterss.png
/usr/share/icons/hicolor/16x16/apps/quiterss.png
/usr/share/icons/hicolor/256x256/apps/quiterss.png
/usr/share/icons/hicolor/32x32/apps/quiterss.png
/usr/share/icons/hicolor/48x48/apps/quiterss.png
/usr/share/icons/hicolor/64x64/apps/quiterss.png
/usr/share/licenses/quiterss
/usr/share/licenses/quiterss/COPYING
/usr/share/pixmaps/quiterss.png
/usr/share/quiterss
/usr/share/quiterss/lang/quiterss_ar.qm
/usr/share/quiterss/lang/quiterss_bg.qm
/usr/share/quiterss/lang/quiterss_cs.qm
/usr/share/quiterss/lang/quiterss_de.qm
/usr/share/quiterss/lang/quiterss_el_GR.qm
/usr/share/quiterss/lang/quiterss_es.qm
/usr/share/quiterss/lang/quiterss_fa.qm
/usr/share/quiterss/lang/quiterss_fi.qm
/usr/share/quiterss/lang/quiterss_fr.qm
/usr/share/quiterss/lang/quiterss_gl.qm
/usr/share/quiterss/lang/quiterss_hi.qm
/usr/share/quiterss/lang/quiterss_hu.qm
/usr/share/quiterss/lang/quiterss_it.qm
/usr/share/quiterss/lang/quiterss_ja.qm
/usr/share/quiterss/lang/quiterss_ko.qm
/usr/share/quiterss/lang/quiterss_lt.qm
/usr/share/quiterss/lang/quiterss_nl.qm
/usr/share/quiterss/lang/quiterss_pl.qm
/usr/share/quiterss/lang/quiterss_pt_BR.qm
/usr/share/quiterss/lang/quiterss_pt_PT.qm
/usr/share/quiterss/lang/quiterss_ro_RO.qm
/usr/share/quiterss/lang/quiterss_ru.qm
/usr/share/quiterss/lang/quiterss_sk.qm
/usr/share/quiterss/lang/quiterss_sr.qm
/usr/share/quiterss/lang/quiterss_sv.qm
/usr/share/quiterss/lang/quiterss_tg_TJ.qm
/usr/share/quiterss/lang/quiterss_tr.qm
/usr/share/quiterss/lang/quiterss_uk.qm
/usr/share/quiterss/lang/quiterss_vi.qm
/usr/share/quiterss/lang/quiterss_zh_CN.qm
/usr/share/quiterss/lang/quiterss_zh_TW.qm
/usr/share/quiterss/sound
/usr/share/quiterss/sound/notification.wav
/usr/share/quiterss/style
/usr/share/quiterss/style/Rstyle_v1.2.css
/usr/share/quiterss/style/dark.qss
/usr/share/quiterss/style/gray.qss
/usr/share/quiterss/style/green.qss
/usr/share/quiterss/style/news.css
/usr/share/quiterss/style/orange.qss
/usr/share/quiterss/style/pink.qss
/usr/share/quiterss/style/purple.qss
/usr/share/quiterss/style/system.qss
/usr/share/quiterss/style/system2.qss
/usr/share/quiterss/style/web_dark.css

References

Summary

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