diff --git a/functions-common b/functions-common index 8e14b5ec7b..d5014fd80a 100644 --- a/functions-common +++ b/functions-common @@ -1318,7 +1318,7 @@ function uninstall_package { elif is_fedora; then sudo ${YUM:-yum} remove -y "$@" ||: elif is_suse; then - sudo zypper rm "$@" ||: + sudo zypper remove -y "$@" ||: else exit_distro_not_supported "uninstalling packages" fi