Get build dependencies with zypper
When you are working with the source of a new package on openSUSE and aren’t familiar with all of its dependencies, it gets quite annoying running the normal Linux autconf commands–./autogen.sh, install missing dependency, rinse, wash, and repeat–until you finally have everything you need installed.
zypper makes this easy for us with the following command:
$ sudo zypper si -d <package>
You replace <package> with whatever package’s build dependencies you need.








Very useful. Thanks
Comment by muadib — July 12, 2008 @ 4:54 pm
[...] John Anderson: Cómo construir el árbol de dependencias con zypper, [...]
Pingback by Boletín Semanal nº29 y 30 de openSuSE | KDE Blog — July 13, 2008 @ 7:52 am