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.
--trivial-only: Only perform operations that are 'trivial'. Logically this can be considered related to --assume-yes; where --assume-yes will answer yes to any prompt, --trivial-only will answer no.