Installing uzbl on Ubuntu

There is no official package for uzbl on Ubuntu. However, you can use the one available on my PPA.

Adding repositories

Add the following to /etc/apt/sources.list

* Jaunty

deb http://ppa.launchpad.net/pplr/uzbl/ubuntu jaunty main 
deb-src http://ppa.launchpad.net/pplr/uzbl/ubuntu jaunty main

# PPA for WebKit Team
deb http://ppa.launchpad.net/webkit-team/ppa/ubuntu jaunty main 
deb-src http://ppa.launchpad.net/webkit-team/ppa/ubuntu jaunty main

* Karmic

deb http://ppa.launchpad.net/pplr/uzbl/ubuntu karmic main 
deb-src http://ppa.launchpad.net/pplr/uzbl/ubuntu karmic main

Adding keys

Trust the Webkit Team

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2D9A3C5B

and me

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2A8BDB14

Install uzbl

sudo aptitude update
sudo aptitude install uzbl-{core,browser,tabbed}
 
ubuntu_howto.txt · Last modified: 2010/04/21 20:05 by hex
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki