> So how do I find where and what files are installed/changed using > dpkg/apt-get/aptitude for some package (in this case - the kernel package)? > > Cheers, > Ivan > > P.S.: Pointing me to the proper man/web page would be great.. > >
Hi,
Check query-actions under the dpkg man page.
dpkg -L | --listfiles package ...
List files installed to your system from package.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

