Screenshots
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