I forgot a command with SSH which could search software name.
For explain: If I want install mysql-server, but I want choose a version before yum install. This command can make a search (return all the software contains mysql), then a list return like:
mysql-5.0.77-4.tar.gz
mysql-server-5.0.77-4.el5_6.6.i386.rpm
...
yum search? – Johnsyweb Jan 24 '12 at 15:05