
Originally Posted by
Miuku
rpm -q --whatrequires mariadb ?
Code:
bor@opensuse:~/src/llvm/tools/clang> rpm -q --whatrequires glibc
liblockdev1-1.0.3_git201003141408-27.2.1.x86_64
valgrind-3.10.0-1.1.x86_64
valgrind-3.10.0-1.1.x86_64
nscd-2.19-16.15.1.x86_64
glibc-locale-2.19-16.15.1.x86_64
glibc-extra-2.19-16.15.1.x86_64
glibc-devel-2.19-16.15.1.x86_64
bor@opensuse:~/src/llvm/tools/clang>
I doubt all other of 4115 installed packages do not really need glibc ... you will need to loop through what mariadb provides if you want to go this route. Mandrake urpmq was excellent in giving recursive dependency information.