D. Stimits wrote: > What is the simplest way on a RH box to convert a .deb package to > tarball and/or rpm? If you have the dpkg tools, dpkg-deb --fsys-tarball foo.deb will write the uncompressed "data" tarball stdout. This doesn't have the installation and removal scripts, but it's handy for other things.