System Grab Bag

View all TLDR pages from Linux (or from all pages)

systemd-sysext

Activate or deactivate system extension images. More information: https://www.freedesktop.org/software/systemd/man/systemd-sysext.html.
  • List installed extension images:
    systemd-sysext list
  • Merge system extension images into /usr/ and /opt/:
    systemd-sysext merge
  • Check the current merge status:
    systemd-sysext status
  • Unmerge all currently installed system extension images from /usr/ and /opt/:
    systemd-sysext unmerge
  • Refresh system extension images (a combination of unmerge and merge):
    systemd-sysext refresh

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.