RSSOwl 2.0.1 running in Ubuntu
Edit your /etc/apt/sources.list:
sudo nano /etc/apt/sources.list
And add the following line:
deb http://packages.rssowl.org/ubuntu karmic main
Save the file (Ctrl+O), exit (Ctrl+X) and then add this repository's key to the trusted keys:
wget -q http://packages.rssowl.org/project/rene.moser.pubkey -O- | sudo apt-key add -
Update the packages list:
sudo apt-get update
And install RSSOwl:
sudo apt-get install rssowl
This is it. To remove RSSOwl from your Ubuntu box use:
sudo apt-get remove --purge rssowl
No comments:
Post a Comment