On 02/07/06, Thomas Jollans <[EMAIL PROTECTED]> wrote:
when you have a sarge system with internet connection and without
mplayer, you can get the URIs with
 apt-get -y --download-only --print-uris install mplayer mencoder
(or with other packages).
This will give you a list of packages you can wget.
with a little sed you get only the URIs:
 apt-get -y --download-only --print-uris install mplayer mencoder |
   sed -r "1,/additional disk space/d;s/'(.+)'.+/\\1/"
...

With minor changes, I was able to get the URIs.

Thanks.

Kumar
--
Kumar Appaiah,
462, Jamuna Hostel,
Indian Insititute of Technology Madras,
Chennai - 600036


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to