I'm a beginner picking up RHEL...
To check if some packages are present , i will type :
yum check <packages_name>
And then install by typing
yum install <packages_name>
Is there a way/cmd to check the files & install only those that are present ?