How can you tell what "packages" are on a given server. For example I have a script that requires Perl package "GD"
Thanks,
evinrude
4:37 pm on Aug 31, 2001 (gmt 0)
If on a system that uses RPM, you can query installed packages by typing rpm --query packagename
For example: rpm --query gd would let you know if GD is installed via rpm.
Acternaweb
12:43 pm on Sep 4, 2001 (gmt 0)
Ok, now for the next question. How can I tell if my system uses RMP. I have asked my ISP but they have not gotten back to me. I can only upload to my site via ftp and not telneting.
Thanks a lot
sugarkane
12:57 pm on Sep 4, 2001 (gmt 0)
I'm sure I came across a script once that will give you a list of installed packages, but I can't recall where or how.
Perhaps the best way of testing is simply to try it: