Make all backend package manager prototypes have the same arguments:
yum(self, args: list[str], verbose: bool=True, sudo: bool=True)
This also implies having them behave equally verbose, unless otherwise specified by the caller. This changes the default for Debian.
Signed-off-by: Jan Lindemann <jan@janware.com>