<how do I get the app out of a deb>

a deb is an ar archive containing two tar.gz files.  Simply do:

ar x filename.deb
then tar zxvf the data.tar.gz.

A better solution however is to use alien.  It understands most
packagers.

Reply via email to