If you have a LiveCD of Ubuntu 9.10 take it to your home.

Boot and add the repositories to "/etc/apt/sources.list"
Run "sudo apt-get update"
[ I hope you know how to do this at least from GUI ]

Now save this script as "purify.pl"

<code>

#!/usr/bin/perl
while( <> ) {
   if(m/(http\S*deb)/) {
       print "$1\n";
   }
}

</code>

Now run the following commands :

chmod +x purify.pl
apt-get install <YOUR PREFERRED SOFTWARES> --assume-yes --force-yes
--print-uris|./purify.pl

That will give you the URLs of the deb files to download.
Download them copy and take it to your friends machine.
Install one by one in your friends machine. You can
change to the directory at command line and type the following command.

dpkg -i --force-depends *.deb

Or just double-click each file.

-- 
"Freedom is the only law". 
"Freedom Unplugged"
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups "ilug-tvm" group.
To control your subscription visit 
http://groups.google.co.in/group/ilug-tvm/subscribe
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]



For details visit the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en

Reply via email to