====== Installing uzbl on Ubuntu ====== There is no official package for uzbl on Ubuntu. However, you can use the one available on [[https://launchpad.net/~pplr/+archive/uzbl|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}