First, you must add two PPA's to your sources.list
Code:
sudo gedit /etc/apt/sources.list
Add these lines to the bottom of the file, then save and close it.
Code:
deb
http://ppa.launchpad.net/webkit-team/ppa/ubuntu jaunty main
deb-src
http://ppa.launchpad.net/webkit-team/ppa/ubuntu jaunty main
deb
http://ppa.launchpad.net/midori/ppa/ubuntu jaunty main
deb-src
http://ppa.launchpad.net/midori/ppa/ubuntu jaunty main
Now you must add the keys to access the new PPA's.
Code:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2D9A3C5B
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A69241F1
Now update your repositories.
Code:
sudo apt-get update
And install Midori.
Code:
sudo apt-get install midori