Are there any reasons to use alien to install an rpm-package on Debian, or could I just as well just install the package with rpm?
Asked
Active
Viewed 1,555 times
-2
PetaspeedBeaver
- 1,207
- 3
- 15
- 32
1 Answers
1
Quoting /usr/share/doc/rpm/README.Debian:
Please do not use
rpmdirectly to install packages. Install thealienpackage and use thealiencommand to convert/install a rpm package usingdpkg. Use ofrpmto install packages is verbosely complaining on Debian systems (you can disable these warnings by--force-debian).
The reason is that, even using the Debian rpm package, rpm doesn't know about the packages managed by dpkg, so it can't use them to resolve dependencies.
Stephen Kitt
- 411,918
- 54
- 1,065
- 1,164