I've just made a fresh installation of Ubuntu 10.04 on my Dell Inspiron 1420. Without updates, I'm not able to play media files. Is there any procedure to install updates via offline as I don't have a internet connection at home?
|
feedback
|
|
You don't have to download all packages and dependencies manually. Start Synaptic on your offline-computer, mark the desired packages for installation and then choose "File" -> "Generate Package download list". This will get you a shell-script with several lines of "wget fooBar" which you can run on your online-computer. Put all downloaded packages in one folder on the offline-pc and then run "sudo dpkg -i *.deb" | |||
|
feedback
|
|
Hmm using Linux without an internet connection will give you a headache (or two..three). Fetching all the packages for restricted playback..phew.. quite a job. You have to also get the missing deps listed on the page. Not an easy task. :P How to install them after you downloaded them? Put them ALL in one folder and do: | ||||
|
feedback
|