Results 1 to 10 of 10

Thread: Google Chrome Browser Fails to install on 11.10

  1. #1
    Join Date
    Mar 2008
    Beans
    241

    Google Chrome Browser Fails to install on 11.10

    Google Chrome Browser Fails to install on 11.10 ... I downloaded it 3 times now to check for damaged package.
    I also tried to run it from synaptic but didnt know how.
    Whats the problem ?

  2. #2
    Join Date
    Jun 2011
    Location
    Atlanta Georgia
    Beans
    1,769
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Google Chrome Browser Fails to install on 11.10

    What is the error you are receiving?

  3. #3
    Join Date
    Nov 2009
    Beans
    6

    Re: Google Chrome Browser Fails to install on 11.10

    same problem here... "internal error" "the file XXXX could not be opened"

  4. #4
    Join Date
    Apr 2007
    Beans
    40

    Re: Google Chrome Browser Fails to install on 11.10

    Are you guys getting it from the Software Center? It installed fine for me in 11.10.

  5. #5
    Join Date
    May 2006
    Location
    Tallahassee, FL
    Beans
    327
    Distro
    Ubuntu

    Re: Google Chrome Browser Fails to install on 11.10

    Code:
    sudo dpkg -i /path/to/google/chrome
    it will fail, then
    Code:
    sudo apt-get -f install
    will fix the problem and finish the install

  6. #6
    Join Date
    Jun 2011
    Location
    Atlanta Georgia
    Beans
    1,769
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Google Chrome Browser Fails to install on 11.10

    Installing Google Chrome On Oneiric Ocelot 11.10

    This assumes you want to use GOOGLE Chrome , not Chromium which is pretty much the same thing, with less tracking features. If you wish to install Chromium browser do the following

    Code:
    sudo apt-get install chromium-browser
    If you want Google's Chrome continue reading.

    Step 1 : Get the debian package appropriate for you

    Download either the 32 bit or 64 bit Chrome debian package from here : http://www.google.com/chrome

    Step 2 : Dependencies

    Satisfy dependencies for Google Chrome. In a terminal do the following

    Code:
    sudo apt-get update && sudo apt-get install libcurl3 libnspr4-0d libxss1
    You will be prompted for your password here , provide it.

    Step 3 : Install Google Chrome

    In a terminal window change directories to where you downloaded Chrome.

    example :

    Code:
    cd /home/dangertux/Downloads
    Install Chrome by running the following

    Code:
    sudo dpkg -i google-chrome-stable_current_i386.deb
    note : your file may not be the same depending on your architecture.

    You will be prompted for your password, provide it.

    Enjoy Chrome

    EDIT : Or I can get ninja'd mid post and you can do the recommended 1 post above mine
    Last edited by Dangertux; October 13th, 2011 at 09:54 PM.

  7. #7
    Join Date
    Nov 2009
    Beans
    6

    Re: Google Chrome Browser Fails to install on 11.10

    This worked! Thanks for your help GR2562

  8. #8
    Join Date
    May 2006
    Location
    Tallahassee, FL
    Beans
    327
    Distro
    Ubuntu

    Re: Google Chrome Browser Fails to install on 11.10

    You're welcome! I just had to do it myself lol. Please mark your thread as solved if you don't mind this way other people with the same problem can find how to fix it.

  9. #9
    Join Date
    Aug 2011
    Beans
    104

    Re: Google Chrome Browser Fails to install on 11.10

    Dangertux

    I had the same problem, and your solution worked for me.

    In case anyone wants any more details of the problem, the download process stated that it had downloaded successfully (27.MB) and the Software Centre opened - but errored saying that the .deb file could not be opened. In case it was a problem with Software Centre not finding the file or with file permissions, I searched for and found the .deb file in /tmp, gave it all permissions to all users, then right clicked on it and selected Open with Software Centre, only to get the same message again.

    Doing it in the terminal with Dangertux's command works:
    Step 1 - which I had already done but I was surprised to find the file in /tmp not ~/downloads is this new in 11.10?
    Step 2 - only installed libxssl and had no effect on my attempt to use Software Centre so I don't know whether it is essential or not
    Step 3 - fixed it.
    Last edited by ChrisOfBristol; October 14th, 2011 at 02:02 AM.

  10. #10
    Join Date
    Jun 2011
    Location
    Atlanta Georgia
    Beans
    1,769
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Google Chrome Browser Fails to install on 11.10

    Quote Originally Posted by ChrisOfBristol View Post
    Dangertux

    I had the same problem, and your solution worked for me.

    In case anyone wants any more details of the problem, the download process stated that it had downloaded successfully (27.MB) and the Software Centre opened - but errored saying that the .deb file could not be opened. In case it was a problem with Software Centre not finding the file or with file permissions, I searched for and found the .deb file in /tmp, gave it all permissions to all users, then right clicked on it and selected Open with Software Centre, only to get the same message again.

    Doing it in the terminal with Dangertux's command works:
    Step 1 - which I had already done but I was surprised to find the file in /tmp not ~/downloads is this new in 11.10?
    Step 2 - only installed libxssl and had no effect on my attempt to use Software Centre so I don't know whether it is essential or not
    Step 3 - fixed it.
    Glad it helped

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
  •