How to Install latest version of Midori [Browser] on Ubuntu
Source: http://ubuntuforums.org/showthread.php?t=1199960
This is my first how to guide, so bare with me a little bit.
Quote:
| Midori (緑?, Japanese for green) is a web browser that aims to be lightweight and fast. It uses the WebKit rendering engine and the GTK+*2 interface. Midori is part of the Xfce desktop environment's Goodies component.[2] As of February 2009, the project is still at alpha status. |
Office website: http://www.twotoasts.de/
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
All the dependencies should be installed and you will have the latest version installed, if for some reason it doesn't just let me know and I'll try my best to figure out what happened.


Recent comments
9 weeks 3 days ago
9 weeks 3 days ago
10 weeks 2 days ago
10 weeks 6 days ago
11 weeks 4 days ago
11 weeks 4 days ago
11 weeks 5 days ago
13 weeks 2 days ago
25 weeks 3 days ago
29 weeks 5 days ago