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?

link|improve this question

40% accept rate
feedback

2 Answers

up vote 2 down vote accepted

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"

link|improve this answer
Great tip, thanks! – sajb May 25 '10 at 18:18
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.
http://packages.ubuntu.com/lucid/gstreamer0.10-plugins-bad
http://packages.ubuntu.com/lucid/gstreamer0.10-plugins-bad-multiverse
http://packages.ubuntu.com/lucid/gstreamer0.10-plugins-ugly
http://packages.ubuntu.com/lucid/gstreamer0.10-plugins-ugly-multiverse

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:
sudo dpkg -i *.deb
If it says something is missing, you have to fetch it. As I said, you should really get some internet if you want to use a linux distro.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.