Find the answer to your Linux question:
Results 1 to 7 of 7
I have a bad internet router it's got good kbp/s but the range is low to therefore whenever I download anything the internet cuts out. Soooo.... my question is can ...
  1. #1
    Just Joined! Spyderkid's Avatar
    Join Date
    Sep 2010
    Posts
    97

    Post [SOLVED] Software downloading

    I have a bad internet router it's got good kbp/s but the range is low to therefore whenever I download anything the internet cuts out. Soooo.... my question is can I download for example google chrome for linux on a windows running PC save it on a memory stick and load it onto ubuntu and if so how


    Cheers!

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Download Google Chrome for Linux from here. Download it in Windows Machine and save it on Desktop of Ubuntu. Open Terminal and execute this
    Code:
    cd Desktop
    sudo dpkg -i google-chrome    (Hit Tab Key twice)
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,303
    I'm not sure how this will handle dependencies. I guess it will tell you what's missing when you attempt to install it and then you'll have to go and download them
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

  4. #4
    Linux User hatebreed's Avatar
    Join Date
    May 2010
    Posts
    332
    can't he just save it to the usb stick in winodws. boot up ubuntu and click the .deb file on the usb stick? the package installer should pop up and you should be able to install it from there.

  5. #5
    Just Joined! Spyderkid's Avatar
    Join Date
    Sep 2010
    Posts
    97
    thanks devils casper ill try your way first seeing as your a super moderator and most usefull.

    do you type the (hit tab key twice) into the terminal or is that an instruction to me?

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hitting TAB key twice auto-completes command being typed and you don't have to type long filenames manually. It's easier to execute commands this way. Just type first 4-5 characters of filename and hit TAB key twice. If file exists in that location, auto-complete feature will work fine.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined! Spyderkid's Avatar
    Join Date
    Sep 2010
    Posts
    97
    Thanks devils casper worked a treat

Posting Permissions

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