You are not logged in.
Hi,
how do I find out what package pulled in another package e.g. mysql?
pacman -Qi mysqlproduces the following:
Install Reason : Installed as a dependency for another packageHow do I find out what "another package" is?
Best, getagrip
Last edited by getagrip (2009-11-20 21:23:17)
Offline
the same pacman -Qi has a filled Required by:
Give what you have. To someone, it may be better than you dare to think.
Offline
'pacman -Qi mysql' should tell you that, check the line "Required by".
Edit:
Wonder 1, Karol 0 ;-)
Last edited by karol (2009-11-20 19:51:10)
Offline
"The sky is not less blue because the blind man does not see it."
Maybe I should read more carefully, thanks!
Offline