LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   finding rpm depencies (https://www.linuxquestions.org/questions/linux-software-2/finding-rpm-depencies-55854/)

nakkaya 04-19-2003 03:57 PM

finding rpm depencies
 
how can i get info on a installed rpm s depencies which packages need to install it?

bulliver 04-19-2003 05:31 PM

rpm -q --requires packagename

Read man rpm...

nakkaya 04-19-2003 07:13 PM

one more question is there a way to list rpm packages by their install date firt install goes first on the list?

bulliver 04-19-2003 10:41 PM

rpm -qa --last
this will put the most recent on top so you will have to read upsidedown.
Did you bother to read the manpage? It took me all of 30 seconds to find the answer to both your questions.


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