Liferea feed reader for Linux Ubuntu. How to install Liferea 1.11 news aggregator on Ubuntu 16.04 Systems. Liferea 1.11 is a Linux Ubuntu feed reader and news aggregator.
Liferea is a web feed reader/news aggregator that brings together all of the content from your favorite subscriptions into a simple interface that makes it easy to organize and browse feeds. Its GUI is similar to a desktop mail/newsclient, with an embedded graphical browser.
Distinguishing Features
- Read articles when offline.
- Synchronizes with
- InoReader (git master)
- Reedah (git master)
- TheOldReader (since 1.10)
- TinyTinyRSS (since 1.8)
- Permanently save headlines in news bins.
- Match items using search folders.
- Play Podcasts in Liferea
Install Liferea On Ubuntu
The official Liferea 1.11 packages can be installed by running the following command:
sudo apt-get install liferea
Compiling from Tarball
Download a tarball from https://github.com/lwindolf/liferea/releases and extract and compile with
tar jxvf liferea-1.11.0.tar.bz2
./configure
make
make install
Compiling from Git
Check out the code:
git clone https://github.com/lwindolf/liferea.git
Then build it with:
./autogen.sh
make
make install
If you have problems compiling the sources please join our IRC channel #liferea on freenode.org to get instant help!