So I was looking at Jorge Castro's blog, and I saw that there was a Reddit lens for Ubuntu 11.04 Unity. How do I install it? Is there a PPA?
Asked
Active
Viewed 3,693 times
2 Answers
6
You can download the .deb I've created using Andrew Starr-Bochicchio's packaging from HERE.
Once installed, log out and log back in for Unity Reddit Lens to work.
For more info (like configuring it - you must edit a file for this), see the article on WebUpd8.
Alin Andrei
- 7,358
4
Ubuntu 11.10 & 12.04
For Ubuntu 11.10 & 12.04, the Reddit Lens may be installed as follows:
In a terminal, type the following commands:
sudo add-apt-repository ppa:markjtully/ppa
sudo apt-get update
sudo apt-get install unity-reddit-lens
Then log out and log back in to activate the lens.
Mark Tully
- 838