xenstore-rm
Xenstore command line utilities for Xen
Install
- All systems
-
curl cmd.cat/xenstore-rm.sh
- Debian
-
apt-get install xenstore-utils
- Ubuntu
-
apt-get install xenstore-utils
- Kali Linux
-
apt-get install xenstore-utils
- Fedora
-
dnf install xen-runtime
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install xenstore-utils
- Raspbian
-
apt-get install xenstore-utils
- Dockerfile
- dockerfile.run/xenstore-rm
xenstore-utils
Xenstore command line utilities for Xen
This package contains command line utilities for interacting with XenStore. XenStore is a shared database used for interdomain communication of configuration and status information. It is accessible to all domains running on the same Xen host. See https://wiki.xen.org/wiki/XenStore for more information. In the common case these tools are used by the Xen toolstack running in domain0 (or a driver domain) however they may also be used in a guest domain to support local scripting which wants to communicate via XenStore.