LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   does rpm figure out package dependencies? (https://www.linuxquestions.org/questions/linux-software-2/does-rpm-figure-out-package-dependencies-748378/)

deostroll 08-18-2009 04:56 AM

does rpm figure out package dependencies?
 
Would want to knw if rpm has a capability of figuring package dependencies and installing them, you know like apt-get...?

acid_kewpie 08-18-2009 05:09 AM

the rpm command is NOT an equal of apt, dselect / dpkg is equivalent to rpm, apt-get is equivalent to yum. these tools are wrappers around the base package management tools, which do all this fluffier stuff for you.

In actual fact, rpm DOES do this, with the --aid command, but not in the way I expect you want to see it work.


All times are GMT -5. The time now is 02:43 PM.