pull Deps
Parameters
value
Whether dependencies should also be installed.
install when false:
rpm --upgrade --replacepkgs package.rpminstall when true:
yum -y install package.rpmorzypper -y install package.rpm
Whether dependencies should also be installed.
install when false: rpm --upgrade --replacepkgs package.rpm
install when true: yum -y install package.rpm or zypper -y install package.rpm