Slashdot Mirror


Google Releases Chrome 5.0 For Win/Mac/Linux

ddfall writes "Four months after the release of version 4.0 for Windows, Google has announced the availability of Chrome 5.0 for Windows, Mac OS X, and Linux — the first stable release to be available on all three major platforms. Chrome 5.0.375.55 is available to download from google.com/chrome. Users who currently have Chrome installed can use the built-in update function."

12 of 347 comments (clear)

  1. Re:Chome 6 by ElKry · · Score: 5, Informative

    You don't have to wait, I'm posting this from Chrome 6.0.408.1

    Of course, you're going to have to use the dev channel, and get ready for a hell of a bumpy ride...

  2. Re:yay? by yelvington · · Score: 3, Informative

    In 5.0.375.55 the protocol appears to be back in the location bar, at least on Linux.

  3. Re:yay? by ElKry · · Score: 4, Informative

    I didn't realize it until he mentioned it, but I see it now: The url field does not show the "http://" anymore. It does show "https://", but I guess someone decided that it was more useful to show more of the actual URL and remove "http://", as it's not informative in any way anymore.

  4. Re:Correction by Urban+Garlic · · Score: 4, Informative

    On Debian and Ubuntu, the .deb-packaged Chrome adds the Google deb archive in /etc/apt/sources.list.d/google-chrome.list, which is automatically searched by apt and aptitude, so your regular "aptitude update; aptitude upgrade" will pull in new versions of Chrome. Presumably the Synaptic package gizmo does the same things, but I am far too cool for GUIs, so I don't know.

    If you want to turn this off, and leave it off, you can change the settings in /etc/default/google-chrome.

    --
    2*3*3*3*3*11*251
  5. Re:stable? by The+MAZZTer · · Score: 3, Informative

    The "beta" indicator is an indication of your update channel... it's not part of the version number. I'm guessing you're on the beta channel and noticed the stable channel got the same version, but yours still says "beta". Am I right?

  6. Re:Correction by Anonymous Coward · · Score: 3, Informative

    One caveat: if you have it installed in ubuntu, it's the beta, so you'll have to remove it "apt-get remove google-chrome-beta" before installing "apt-get install google-chrome-stable".

  7. Re:Correction by Anonymous Coward · · Score: 4, Informative

    I suggest, instead of actually installing the .deb, you simply extract the files from the archive to a local directory using dpkg -x chrome.deb.
    This way, you're not giving Google any special permissions on your machine, which effectively amount to root access.
    Chrome runs perfectly from a local user's home directory when extracted like this.

  8. can't install behind proxy by FunkyELF · · Score: 5, Informative

    I'll keep using Firefox as it is actually possible to download and install it.
    Since the day Google released Chrome you haven't been able to install their crappy 550k installer if you're behind a proxy.

  9. Re:Obligatory Adblock Reply by Nysul · · Score: 5, Informative

    Adblock for Chrome downloads the ads, then blocks them. I don't know how you could not notice this, the Chrome ad-block solution is half-assed at best.

  10. Re:Chrome vs Chromium on Ubuntu? by Anonymous Coward · · Score: 4, Informative

    Installing Chrome .deb will neatly add "http://dl.google.com/linux/deb/ stable main" to the list of software sources. This will give you automatic updates.

  11. Re:yay? by agent_vee · · Score: 3, Informative

    When you type in a URL directly to the address bar do you input "http://www.slashdot.org" or "www.slashdot.org"? Personally I think it's fine to leave out http and only display the protocol if it is different like https, ftp, etc... Of course I have updated to the latest version of Chrome and STILL see the http in the address bar so I don't even know what the fuss is all about.

  12. Re:Correction by somenickname · · Score: 3, Informative

    Actually, you don't. You just need to "sudo apt-get install google-chrome-stable". They setup their packages in a sane way so that it removes the beta for you (and presumably would do the same if you downloaded it from the website and did a "sudo dpkg -i").