Remove kvm_server

Doesn’t want to remove.

ion@localhost:~> sudo zypper se kvm_server
Loading repository data…
Reading installed packages…

S | Name | Summary | Type
—±---------------------------±----------------±-------
i | kvm_server | KVM Host Server | pattern
i+ | patterns-server-kvm_server | KVM Host Server | package
ion@localhost:~>

ion@localhost:~> sudo zypper rm --clean-deps kvm_server
Reading installed packages…
‘kvm_server’ not found in package names. Trying capabilities.
No provider of ‘kvm_server’ found.
Resolving package dependencies…
Nothing to do.
ion@localhost:~>

You have to remove the packages in the pattern, not the pattern itself.

Thanks. I need glasses.

No worries - sometimes the obvious things are the easiest to miss. :slight_smile:

As was clearly visible in zypper output (at least, it were clearly visible if you had bothered to properly format it when posting), it is not a package, it is a pattern.

zypper rm -t pattern ...

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.