[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: installing a piece of debian software onto a non-debian linux system



<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 to: