I might add that, when you install a .src.rpm, you do not get an app you can use. You get a couple of files in /usr/src/<kernel version>/SOURCES AND /usr/src/<kernel version>/SPECS.
A source rpm is just that; source code, with a spec files which tells rpm what to do with if when you try to compile the source to get a binary, installable, runable rpm.
|