Sunday, April 11, 2010

Linux Discoveries #1: Obtaining Information of Installed Packages


Problem:
What is the version of the installed PHP or PostgreSQL?


Solution: Remotely log on into the server and execute yum info PHP or yum info postgresql.