Is that possible to release the toolchain in RPM instead of just dbkg?
gwirth
11-10-2009, 04:03 PM
You can convert the Debian package format to RPM using a tool called "alien". When you are done converting, check the package before installation by running:
$ rpm -qlip <package_name>
to get a list of everything in the package.
Gus