Hello Linux Geeksters. As you may know, QuiteRSS is an open-source RSS reader, written on Qt and C++. The latest version available is QuiteRSS 0.16.0, which has been released a while ago, coming with a few changes and enhancements.

In this article I will show you how to install QuiteRSS 0.16.o on OpenSUSE 13.1 and OpenSUSE 12.3.
Because it is not available via any repository, we have to download the rpm package and install it via rpm. Follow the instructions for your system and architecture exactly, in order to get a successful installation.
How to install QuiteRSS 0.16.0 on OpenSUSE 13.1:
Instructions for 32 bit systems:
$ wget download.opensuse.org/repositories/X11:/QtDesktop/openSUSE_13.1/i586/quiterss-0.16.0-2.1.i586.rpm
$ sudo rpm -i quiterss-0.16.0-2.1.i586.rpm
Instructions for 64 bit systems:
$ wget download.opensuse.org/repositories/X11:/QtDesktop/openSUSE_13.1/x86_64/quiterss-0.16.0-2.1.x86_64.rpm
$ sudo rpm -i quiterss-0.16.0-2.1.x86_64.rpm
How to install QuiteRSS 0.16.0 on OpenSUSE 12.3:
Instructions for 32 bit systems:
$ wget download.opensuse.org/repositories/X11:/QtDesktop/openSUSE_12.3/i586/quiterss-0.16.0-2.1.i586.rpm
$ sudo rpm -i quiterss-0.16.0-2.1.i586.rpm
Instructions for 64 bit systems:
$ wget download.opensuse.org/repositories/X11:/QtDesktop/openSUSE_12.3/x86_64/quiterss-0.16.0-2.1.x86_64.rpm
$ sudo rpm -i quiterss-0.16.0-2.1.x86_64.rpm