5

I want one file from a built package that I don't have (and don't particularly want to download). Is there a service (Launchpad/Packages.Ubuntu.com/etc) where I can just go in and download the file I want?

The context for this is this question where I want the latest /boot/config-* file from the latest available kernel package. The packages are quite large so I'd rather just download the comparatively tiny config file and build the kernel myself (I hack it around and customise it).

This may easily result in a "no, you can't do that" but I wanted to test the water.

Oli
  • 293,335

1 Answers1

2

I've now posted this example on the bottom of the original question too, but for completeness I'll include it here aswell:

This does not actually prevent downloading of the package file. But with some further cunningness and ask wget to only fetch a particular range it would be possible, although not automatic. If you have a wider and more in-depth interest in the subject, it is probably partially covered from the slides and video from a talk at FOSDEM few years ago:

The case here is is only one file, or part of file has changed in a .deb package, how to extract that from the stack of .ar+.gz+.tar without causing a download of the full thing. (Disclaimer: I was one of the speakers).

sladen
  • 6,424