Dinesh Nadarajah <[EMAIL PROTECTED]> wrote: >Also, how do I browse through the contents of a *.deb >package? (dpkg -I *.deb ???).
'dpkg -I' displays "control" information about the package; 'dpkg -c' lists the files it contains. If you want anything more detailed than that, 'dpkg --fsys-tarfile package.deb > package.tar' will give you a tar file you can browse through at will. -- Colin Watson [EMAIL PROTECTED]