Results 1 to 10 of 10

Thread: How to install the latest versions of Chrome and Epiphany (webkit) browsers on Jaunty

  1. #1
    Join Date
    May 2008
    Beans
    99

    How to install the latest versions of Chrome and Epiphany (webkit) browsers on Jaunty

    Chrome:
    1. Open the sources.list file in gedit:
      Code:
      sudo gedit /etc/apt/sources.list
    2. Copy the following and paste it at the very bottom of the sources.list file:
      Code:
      ## Google Chrome
      deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main
    3. Click save and close gedit.
    4. Import the gpg key:
      Code:
      sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 4E5E17B5
    5. Update your sources:
      Code:
      sudo apt-get update
    6. Install chrome:
      Code:
      sudo apt-get install chromium-browser


    Epiphany (webkit)
    1. Open the sources.list file in gedit:
      Code:
      sudo gedit /etc/apt/sources.list
    2. Copy the following and paste it at the very bottom of the sources.list file:
      Code:
      ## Epiphany (webkit)
      deb http://ppa.launchpad.net/webkit-team/epiphany/ubuntu jaunty main
      deb http://ppa.launchpad.net/webkit-team/ppa/ubuntu jaunty main
    3. Click save and close gedit.
    4. Import the gpg key:
      Code:
      sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2D9A3C5B
    5. Update your sources:
      Code:
      sudo apt-get update
    6. Install epiphany:
      Code:
      sudo apt-get install epiphany-webkit


    To enable java and flash for Chrome and Epiphany
    Code:
    sudo apt-get install sun-java6-plugin flashplugin-installer
    Last edited by linuxed; October 16th, 2009 at 08:34 PM.

  2. #2
    Join Date
    May 2007
    Beans
    67

    Re: How to install the latest versions of Chrome and Epiphany (webkit) browsers on Ja

    I believe that with the newer developer's versions of chrome, this is largely outdated. I downloaded the deb from http://www.google.com/chrome/intl/en...table_i386_deb and it said that it updated the sources.list and indeed, they were updated after it installed.

    It works really well, providing Flash and Java applets. They only problem is the really annoying issue that it starts up with a tab which points out that it is a dev build. There is a workaround which is to start chrome with the chrome://newtab option.

    I did this in the menus by (system->preferences->mainmenu, then internet, chrome, properties and changed the command from /opt/google/chrome/google-chrome %U to /opt/google/chrome/google-chrome chrome://newtab %U

    I found this from a link on a bug report which pointed to some guy's site. Sorry for lack of proper attribution.

  3. #3
    Join Date
    Jun 2009
    Location
    0000:0400
    Beans
    Hidden!

    Re: How to install the latest versions of Chrome and Epiphany (webkit) browsers on Ja

    Quote Originally Posted by fishyf View Post
    I believe that with the newer developer's versions of chrome, this is largely outdated. I downloaded the deb from http://www.google.com/chrome/intl/en...table_i386_deb and it said that it updated the sources.list and indeed, they were updated after it installed.

    It works really well, providing Flash and Java applets. They only problem is the really annoying issue that it starts up with a tab which points out that it is a dev build. There is a workaround which is to start chrome with the chrome://newtab option.

    I did this in the menus by (system->preferences->mainmenu, then internet, chrome, properties and changed the command from /opt/google/chrome/google-chrome %U to /opt/google/chrome/google-chrome chrome://newtab %U

    I found this from a link on a bug report which pointed to some guy's site. Sorry for lack of proper attribution.
    I've been "subscribing" to the daily chromium build repository for several weeks now as described in the OP. The about:linux-splash developer warning disappeared for me about a week ago. Perhaps you have the outdated version?

    I'm actually posting this from Chromium 4.0.219.3 (build 27181).

  4. #4
    Join Date
    Jan 2006
    Location
    Montreal, Canada
    Beans
    83
    Distro
    Ubuntu Development Release

    Re: How to install the latest versions of Chrome and Epiphany (webkit) browsers on Ja

    sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 4E5E17B5

    times out...

    any ideas?
    Vevmedia - Montreal - Canada
    vevmedia.net/blog

  5. #5
    Join Date
    Feb 2009
    Beans
    2

    Re: How to install the latest versions of Chrome and Epiphany (webkit) browsers on Ja

    I had apt-key time out too. I just tried again a bunch of times, and finally it got through.

    When installing Chrome using this tutorial, to enable flash and java plugins, you must:
    - make a symbolic link to your java runtime in chromiums plugin dir
    Code:
    cd /usr/lib/chromium-browser/plugins
    ln -s /usr/lib/jvm/java-6-sun-1.6.0.16/jre/lib/i386/libnpjp2.so .
    (if your java runtime is located somewhere else, try: locate libnpjp2.so)

    - start chromium with the following options
    Code:
    chromium-browser --enable-user-scripts --enable-extensions chrome://newtab
    The newtab part is optional. It just opens on chromiums start tab, as is default behaviour for the stable windows version.
    I should add that I did this on Ubuntu 8.04, but I suppose it would be the same on different distributions.

  6. #6
    Join Date
    Sep 2009
    Location
    Southern California
    Beans
    3
    Distro
    Xubuntu 9.04 Jaunty Jackalope

    Question Re: How to install the latest versions of Chrome and Epiphany (webkit) browsers on Ja

    Forgive me for my ignorance but are either of these browsers better than Firefox or are they just different? Is there any advantage to using either one over the default Firefox?

    Thanks.

  7. #7
    Join Date
    May 2008
    Beans
    99

    Re: How to install the latest versions of Chrome and Epiphany (webkit) browsers on Ja

    @Rapture_Ready
    Chrome and Epiphany both use webkit while Firefox uses Gecko. If you're a developer or if you're just interested in having support for the latest css properties and web standards I'd recommend a webkit based browser. Firefox still seems to lack support for a few css properties (e.g., text-overflow and background-size) and has also scored lower in the acid3 test.

    https://developer.mozilla.org/en/CSS/text-overflow
    http://www.w3.org/TR/css3-background...ackground-size
    http://en.wikipedia.org/wiki/Acid3#Desktop_browsers

    @troelsfrostholm
    You can also install the sun-java6-plugin package which will automatically create a link to the java plugin for most browsers including Firefox, Epiphany and Chrome. After installing the package you can test the plugin using the link below.

    http://java.com/en/download/installe...tect=jre&try=1

    You can also install the flashplugin-installer package to automatically install the flash plugin for Chrome and Firefox. I haven't tested the plugin in Epiphany yet but I'm guessing that it probably works fine in Epiphany as well. To test the flash plugin use the link below.

    http://www.adobe.com/shockwave/welcome/

  8. #8
    Join Date
    Apr 2008
    Beans
    70

    Re: How to install the latest versions of Chrome and Epiphany (webkit) browsers on Ja

    If one does not want to go through the command line (example those who are very new to ubuntu/linux) can install it using synaptic package manager. See this link.

  9. #9
    Join Date
    Nov 2005
    Location
    Kerala,India
    Beans
    534
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: How to install the latest versions of Chrome and Epiphany (webkit) browsers on Ja

    Epiphany-Webkit is not detecting JRE manually installed. libnpjp2.so(amd64) is available;Is epiphany looking onto /usr/lib/mozilla/plugins directory for plugins?Still ,flash is working;but no JAVA!needs help urgently.

    PS:I got java 7 latest snapshot installed,downloaded from java community.

  10. #10
    Join Date
    May 2008
    Beans
    99

    Re: How to install the latest versions of Chrome and Epiphany (webkit) browsers on Ja

    Try installing the java6 plugin.
    Code:
    sudo apt-get install sun-java6-plugin
    If that doesn't work you may need to update your default java version or manually create a symlink to the java plugin.
    Code:
    update-alternatives --list java
    update-alternatives --display java
    If the java link is pointing to the wrong version then update it with the following. Make sure to replace the paths below with one of the paths that were displayed from the commands above.
    Code:
    sudo update-alternatives --install "/usr/bin/java" "java" "/usr/lib/jvm/jre1.6.0_14/bin/java" 1
    sudo update-alternatives --set java /usr/lib/jvm/jre1.6.0_14/bin/java
    sudo update-alternatives --install "/usr/bin/javaws" "javaws" "/usr/lib/jvm/jre1.6.0_14/bin/javaws" 1
    sudo update-alternatives --set javaws /usr/lib/jvm/jre1.6.0_14/bin/javaws
    If the java path is correct then try creating a symlink to the java plugin. I don't currently have Epiphany installed so I can't tell you the exact plugin path but it would look something like the following.
    Code:
    sudo ln -s /usr/lib/jvm/jre1.6.0_14/lib/amd64/libnpjp2.so /usr/lib/firefox-addons/plugins/libnpjp2.so
    And finally, test your java versions.
    Code:
    java -version
    javaws
    Java.com also offers a simple java applet test. Just click the 'Do I have java?' link on the homepage.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •