Can I use yum -y to automatically install a package without fear that something unrelated will happen? E.g. I wonder if on a broken system some other package may be removed or updated due to dependencies or a precedently interrupted YUM transaction.
I am looking in YUM for what in Debian terms is the difference between apt-get --yes and apt-get --trivial-only.