RSSOwl is a feature-rich RSS feed reader written in Java. To install the latest release in Ubuntu 9.10, follow the instructions below:

RSSOwl 2.0.1 running in Ubuntu

  1. Edit your /etc/apt/sources.list:
  2. sudo nano /etc/apt/sources.list
  3. And add the following line:
  4. deb http://packages.rssowl.org/ubuntu karmic main
  5. Save the file (Ctrl+O), exit (Ctrl+X) and then add this repository’s key to the trusted keys:
  6. wget -q http://packages.rssowl.org/project/rene.moser.pubkey -O- | sudo apt-key add -
  7. Update the packages list:
  8. sudo apt-get update
  9. And install RSSOwl:
  10. sudo apt-get install rssowl
  11. This is it. To remove RSSOwl from your Ubuntu box use:
  12. sudo apt-get remove --purge rssowl

Tags: