💾 Archived View for pwshnotes.flounder.online › gemlog › 2024-02-01-remove-opensuse-pattern.gmi captured on 2024-02-05 at 09:11:15. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

Remove openSUSE Pattern

I wanted to remove XFCE since I wasn't using it. Simply removing "xfce" at the command line only removed SuSE's "pattern" package: a placeholder that pulls in dependencies. Use --clean-deps to remove all the packages associated with a pattern.

sudo zypper remove --clean-deps --type pattern xfce

Reading installed packages...
Resolving package dependencies...

The following 159 packages are going to be REMOVED:
  blueman cups-pk-helper evince evince-plugin-pdfdocument file-roller galculator
  ...

The following pattern is going to be REMOVED:
  xfce

159 packages to remove.
After the operation, 60.7 MiB will be freed.
Continue? [y/n/v/...? shows all options] (y): 

References

man zypper | openSuSE Wiki

Created: Thursday, February 1, 2024

Updated: Thursday, February 1, 2024