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.17.6, which has been released recently released, bringing the following changes:

- Added: Progress bar button and shortcut for “Stop feeds updating”
- Changed: Storing the path of files being loaded
- Changed: Unique filename for files being loaded
- Changed: Ability to update disabled feed manually
- Fixed: SSL certificates checking at startup
- Fixed: News filter. Labels assignment
- Fixed: Unread category counter displaying
In this article I will show you how to install QuiteRSS 0.17.6 on Ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr, Ubuntu 12.04 Precise Pangolin, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Linux Mint 13 Maya, Pinguy OS 14.04, Deepin 2014, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Peppermint Five, LXLE 14.04, Linux Lite 2 and other Ubuntu derivative systems.
Because it is available via PPA, installing QuiteRSS 0.17.6 on Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04 and derivatives 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, do:
$ sudo apt-get remove quiterss