---
title: "Managing System Extensions with sysextmgrcli"
url: https://daily.dev/posts/managing-system-extensions-with-sysextmgrcli-qyx6xi9vw
source_url: https://news.opensuse.org/2026/05/21/sysextmgr
type: article
source: "openSUSE"
published: 2026-05-21T08:03:52.853Z
updated: 2026-05-21T08:04:47.803Z
tags: ["sysadmin"]
reading_time: 4
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Managing System Extensions with sysextmgrcli

**[openSUSE](https://daily.dev/sources/opensuse)** · 4 min read · 0 upvotes · 0 comments

## Summary

sysextmgrcli is a command-line tool for managing systemd-sysext images on openSUSE MicroOS, which uses a read-only root filesystem. It communicates with a background daemon (sysextmgrd) via Varlink, allowing unprivileged users to list extensions while root is required for installs. Images are stored in /var/lib/sysext-store and symlinked from /etc/extensions, ensuring rollback safety with Btrfs snapshots. Key commands include list, check, install, update, and cleanup. Activation still requires standard systemd-sysext commands (merge/unmerge). Default available extensions include debug tools (gdb, strace), gcc toolchain, and git.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://news.opensuse.org/2026/05/21/sysextmgr>

## Similar posts on daily.dev

- [How I Use sysext to Inject Tools Into a Read-Only Linux System](https://daily.dev/posts/how-i-use-sysext-to-inject-tools-into-a-read-only-linux-system-g6kilnk5w) · It's Foss · 0 upvotes · 0 comments
- [Manage Systemd Services with systemctl on Linux](https://daily.dev/posts/manage-systemd-services-with-systemctl-on-linux-oruhc7x0n) · DigitalOcean Community · 4 upvotes · 0 comments
- [Hey Fedora\! Listen to This Developer and Make Managing Shell Extensions Better For All of Us](https://daily.dev/posts/hey-fedora-listen-to-this-developer-and-make-managing-shell-extensions-better-for-all-of-us-gl2oyap1o) · It's Foss · 0 upvotes · 0 comments

---

Tags: [#sysadmin](https://daily.dev/tags/sysadmin)

[View this post on daily.dev](https://daily.dev/posts/managing-system-extensions-with-sysextmgrcli-qyx6xi9vw)
