Right, but how do you get the dependency names?? For example: Code: dpkg -i MyOwnDebIMadeYay.deb && apt-get -f install A single line just installed my package with dependency handling without using any loops, cut's, line editing/parsing, etc. Assuming, of course, my dependencies are in the repo's on my system, and that the package I'm installing doesn't depend on other weird crap. How do I do that with RPM?
dpkg -i MyOwnDebIMadeYay.deb && apt-get -f install