pull Deps
Parameters
value
Whether dependencies should also be installed.
install when false:
rpm --upgrade --replacepkgs package.rpm
install when true:
yum -y install package.rpm
orzypper -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