List all/installed patterns
First, I need to see what patterns are available, and which of them I have installed:# zypper se -t pattern
Install a pattern
Second, I need to install a pattern:# zypper in -t pattern [PATTERN]
Examine a pattern
Third, I need to examine a pattern, see what's inside it:# zypper if -t pattern [PATTERN]
Remove a pattern
Finally, I might need to remove a pattern:# zypper rm -t pattern [PATTERN] Uninstallation of a pattern is currently not defined and implemented. ## OOPS!!!
but:
# zypper rm --clean-deps [PATTERN]
Sorry, but what's a "pattern'?
ReplyDeletewow, thank you. I have been looking for a way to uninstall a pattern in opensuse. I will test that last command to see what happens. Thanks man.
ReplyDelete