Results 1 to 9 of 9

Thread: HOWTO: Install Google Chrome from the Google repository

  1. #1
    Join Date
    Jun 2007
    Location
    VA
    Beans
    187
    Distro
    Ubuntu 10.04 Lucid Lynx

    HOWTO: Install Google Chrome from the Google repository

    This is a guide for those that want to install the new Google Chrome Beta, and be able to update it through apt.

    First add the google repo to the end of your /etc/apt/sources.list file as root.
    Code:
    # Google software repository
    deb http://dl.google.com/linux/deb/ stable non-free main
    Now add the package signing key by running:
    Code:
    sudo wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
    Now run
    Code:
    sudo apt-get update
    Now to actually install the Google Chrome Beta run
    Code:
    sudo apt-get install google-chrome-beta
    And that's it! Now you can run Google Chrome from you Application>Internet menu or by running google-chrome in the terminal.

  2. #2
    NoaHall is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Mar 2009
    Beans
    1,562
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: HOWTO: Install Google Chrome from the Google repository

    Chromium is better. But still, nice guide.

  3. #3
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: Install Google Chrome from the Google repository

    The Chrome install creates a cron job that goes out and checks the Google Chrome repository daily, so there is really no need to add it to your /etc/apt/sources.list

    I agree I like the Chromium better, but the one thing I can't do is edit tags without having to right-click and open the editor in another tab. That can get real old after you've done it a dozen or more times a day

  4. #4
    Join Date
    Nov 2008
    Location
    Here, There, Everywhere
    Beans
    1,163
    Distro
    Xubuntu

    Re: HOWTO: Install Google Chrome from the Google repository

    If you install the official deb from google, it already adds the google repository to your sources.list.d directory.

    Code:
    $ cat /etc/apt/sources.list.d/google-chrome.list 
    deb http://dl.google.com/linux/deb/ stable main
    Opera also does the same.

  5. #5
    Join Date
    Jul 2006
    Location
    United Kingdom
    Beans
    125
    Distro
    Kubuntu 11.10 Oneiric Ocelot

    Re: HOWTO: Install Google Chrome from the Google repository

    The difference being that opera repositories work and google does not - apt-get update takes forever and finally times out on the google repositories added by the google chrome install. I have had google chrome installed for a week or two (on three machines) and none pick up the repositories from google (Kubuntu9.10)

  6. #6
    Join Date
    Apr 2006
    Beans
    87
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: HOWTO: Install Google Chrome from the Google repository

    Quote Originally Posted by gletob View Post
    This is a guide for those that want to install the new Google Chrome Beta, and be able to update it through apt.

    First add the google repo to the end of your /etc/apt/sources.list file as root.
    Code:
    # Google software repository
    deb http://dl.google.com/linux/deb/ stable non-free main
    Now add the package signing key by running:
    Code:
    sudo wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
    Now run
    Code:
    sudo apt-get update
    Now to actually install the Google Chrome Beta run
    Code:
    sudo apt-get install google-chrome-beta
    And that's it! Now you can run Google Chrome from you Application>Internet menu or by running google-chrome in the terminal.
    Actually you need to put

    Code:
    wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
    Otherwise you get errors like this:

    Code:
    gpg: no writable keyring found: eof
    gpg: error reading `-': general error
    gpg: import from `-' failed: general error
    Otherwise a perfect howto!
    Last edited by rifter; March 24th, 2010 at 08:37 AM.
    Quote Originally Posted by anonymous admin
    root is a flying nuclear buzzsaw
    GETFIXED: Video BadAlloc crashes! Turn ON the error beep! Get 64 bit Flash! Fix mplayer!

  7. #7
    Join Date
    Mar 2010
    Beans
    1

    Re: HOWTO: Install Google Chrome from the Google repository

    Thanks, still confuse in this way, cause I am newbie in linux. But I success to install chromium browser from Ubuntu Software Center. Just sharing...thanks.

  8. #8
    Join Date
    Dec 2006
    Beans
    12

    Re: HOWTO: Install Google Chrome from the Google repository

    so much for that "howto" working.........

    W: Failed to fetch http://dl.google.com/linux/deb/dists/stable/Release Unable to find expected entry 'non-free/binary-amd64/Packages' in Release file (Wrong sources.list entry or malformed file)

    E: Some index files failed to download. They have been ignored, or old ones used instead.
    Oh well, back to the drawing board

  9. #9
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: HOWTO: Install Google Chrome from the Google repository

    Old thread closed.

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
  •