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 ...
- 09-19-2010 #1
[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!
- 09-20-2010 #2
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
- 09-20-2010 #3
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.
- 09-22-2010 #4
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.
- 09-23-2010 #5
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?
- 09-23-2010 #6
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
- 09-24-2010 #7


