If you want to know the version of yum installed on your Linux server, here is how you can find.
Login to your server as root via SSH and run following command.
yum info yum | grep --color Version
Sample Output
Version : 3.2.29
If you want to know the version of yum installed on your Linux server, here is how you can find.
Login to your server as root via SSH and run following command.
yum info yum | grep --color Version
Sample Output
Version : 3.2.29