On Thu, 14 Jun 2001, Alex Kwan wrote: > Hi! > > How to un-packed a debian kernel image package? > (not install, un-packed only)
'man dpkg':
dpkg -x | --extract filename directory
Extract the files contained by package.
'man apt-get':
-d, --download-only
Download only; package files are only retrieved,
not unpacked or installed.
--
Vivek

