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

Re: How to download just a single file of a package?



> > supported or not. Is there any way just to pull this file instead of
> > downloading and installing the whole package?
> 
> You can download-only a package with apt-get -d install <package_name>

Raju,

Alternatively, if you don't want to download it to the local apt archive
you can:

aptitude download foo
ar -x foo.deb
tar zxvf data.tar.gz

-Jeff



Reply to: