yum simulate install

you can do a yum install without the -y switch (if you use it): yum install <package> this will grab a list of packages and dependancies required. Before installing it will ask you if you want to install or not, just answer no and no changes will be made. Alternatively you can do yum deplist … Read more