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.15.3, which has been released a while ago, coming with a few changes and enhancements.

In this article I will show you how to install Quite RSS 0.15.3 on Ubuntu 13.10 Saucy Salamander, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 16 Petra, Linux Mint 14 Nadia, Linux Mint 13 Maya and Elementary OS 0.2 Luna.
Because it is available via PPA, installing QuiteRSS 0.15.3 on the listed Ubuntu, Linux Mint and Elementary OS systems is easy. All you have to do is add the ppa to your system, update the local repository index and install the quiterss package. Like this:
$ sudo add-apt-repository ppa:quiterss/quiterss
$ sudo apt-get update
$ sudo apt-get install quiterss
Optional, to remove quiterss and downgrade all the packages updated via the quiterss PPA, do:
$ sudo apt-get install ppa-purge
$ sudo ppa-purge ppa:quiterss/quiterss