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

python - argument must be rect style object - Pygame -

webrtc - Which ICE candidate am I using and why? -

c# - Better 64-bit byte array hash -