[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mplayer packages for offline install



On 02/07/06, Thomas Jollans <tjollans@jollybox.de> 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



Reply to: