Quote:
.. the dependency itself does not know what
applications/packages/programs use it.
|
It will tell, when you try to remove it.
You may trace the packages with :
rpm -qa --last > last-packages.txt
Which will save a list with date and time.
( With the last installed package at line 1 ).
..