Possible Duplicate:
How to list package dependees (reverse dependencies)?
I want to find all the packages in the Ubuntu repository that depends on one particular package. In this case I want that dependency to be libqt4-dev, so I can find all the packages developed with Qt. I know I need to use apt-cache, but I'm not sure what the arguments should be.
libqt4-devwill not show you what packages are developed with Qt.-devpackages provide header files. You would seelibqt4-devto compile programs that are developed with Qt4--you would not need it to install them from binary packages. – Eliah Kagan Jan 04 '13 at 05:44