Linpus - Lightweight Browser based on WebKit

Discussion in 'Linux' started by waby38, Oct 17, 2008.

  1. waby38

    waby38

    Joined:
    Sep 18, 2008
    Messages:
    4
    Likes Received:
    0
    Here a small tutorial for install a fast and Lightweight browser based on Webkit
    (same rendering engine used by Safari from Apple and Chrome from Google)
    His name is Midori, and as Webkit support mozilla plugin, you can still use flash, java, ...
    http://en.wikipedia.org/wiki/Midori_(browser)

    How to proceed ?
    First, use "root" account
    Code:
    su - 
    Update your fedora repository
    Code:
    yum update fedora-release
    Then , add a new repository to my RPMS
    Code:
    cd /etc/yum.repos.d/
    Create in this directory a file called "jeje.repo"
    Code:
    [jeje]
    name=Les RPM de jeje pour Xserver $releasever - $basearch
    baseurl=http://jau.free.fr/AspireOne/
    enabled=1
    gpgcheck=0
    failovermethod=priority
    
    Then, install midori
    Code:
    yum install midori
    
    Now you have a new entry in "Network -> Midori"
    Enjoy!
     
    waby38, Oct 17, 2008
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.