amazon web services - How to check availble package software versions in AWS SSH? -


i wanted install following packages in ec2 instances via ssh

sudo yum install gcc make httpd php-common php cli php-pear php-devel git imagemagick-devel 

but know, possible list of available versions of each package before install?

eg: php:4x php:5x  php-pear xv 

like wise each software packages?


Comments

Popular posts from this blog

c++ - rosrun via ssh doesnt start a node properly -

android - questions about switching from C2DM to GCM -

How to resolve Delphi error: Incompatible types: 'PWideChar' and 'Pointer' -