openSUSE / zypper

World's most powerful command line package manager
http://en.opensuse.org/Portal:Zypper
Other
409 stars 111 forks source link

[Feature Request] Respect --no-allow-vendor-change when using --force flag #397

Open whew-inc opened 3 years ago

whew-inc commented 3 years ago

Currently, it seems that --force ignores the former flag and changes the package's vendor regardless.

You could do zypper in -f --from "vendor" package, but this cannot be easily automated.

If instead Zypper respected --no-allow-vendor-change flag regardless of -f, one wouldn't have to write a script to e.g. reinstall a collection of packages originating from different vendors, that other vendors also provide.