Next Previous Contents

13. More Information

13.1 Random Tips

If you have a command called thingy on a Linux system with RPM, and want a clue about where to get the source from, you can use the command:

        rpm -qif `which thingy`

And if you have a Red Hat source CD, you can install the source code using

        rpm -i /mnt/cdrom/SRPMS/what.it.just.said-1.2.srpm

This will put the tarball, and any Red Hat patches into /usr/src/redhat/SOURCES.

13.2 Links


Next Previous Contents