Ubuntu / Linux news and application reviews.

Liferea developers have announced the availability of the first stable version of the 1.6.x series. Liferea (Linux Feed Reader) is an aggregator for online news feeds. There are many other news readers available, but these others are not available for Linux or require many extra libraries to be installed. Liferea tries to fill this gap by creating a fast, easy to use, easy to install news aggregator for Gtk/Gnome.

Screenshots

Welcome Screen Reading News... Combined View

Download Liferea 1.6.0: source files

To install Liferea 1.6.0 in Ubuntu Jaunty (currently 1.6.0 RC7 but the final 1.6.0 should be available soon), you must add the Liferea PPA and the WebKit-team PPA repositories with their keys:
sudo sh -c "echo 'deb http://ppa.launchpad.net/liferea/ppa/ubuntu jaunty main' >> /etc/apt/sources.list" && sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 412F055D
sudo sh -c "echo 'deb http://ppa.launchpad.net/webkit-team/ppa/ubuntu jaunty main' >> /etc/apt/sources.list" && sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2D9A3C5B
And then install Liferea:
sudo apt-get update && sudo apt-get install liferea
Or if you are upgrading from an older version:
sudo apt-get update && sudo apt-get upgrade