From 18688407d9f535ee73c4e056b7ee675be78d2aa0 Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Wed, 26 Oct 2022 08:40:02 -0700 Subject: [PATCH] Add info on libvirt ubuntu 22.04 (#6316) Signed-off-by: Derek Nola --- tests/e2e/README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/tests/e2e/README.md b/tests/e2e/README.md index cb73bc5b5c..5dbbf084e5 100644 --- a/tests/e2e/README.md +++ b/tests/e2e/README.md @@ -34,10 +34,14 @@ Download the latest version (currently 2.2.19) of Vagrant [*from the website*](h ### Libvirt Follow the OS specific guides to install libvirt/qemu on your host: - - [openSUSE](https://documentation.suse.com/sles/15-SP1/html/SLES-all/cha-vt-installation.html) - - [ubuntu](https://ubuntu.com/server/docs/virtualization-libvirt) - - [debian](https://wiki.debian.org/KVM#Installation) - - [fedora](https://developer.fedoraproject.org/tools/virtualization/installing-libvirt-and-virt-install-on-fedora-linux.html) +- [openSUSE](https://documentation.suse.com/sles/15-SP1/html/SLES-all/cha-vt-installation.html) +- [ubuntu 20.04](https://ubuntu.com/server/docs/virtualization-libvirt) +- ubuntu 22.04: + ```bash + sudo apt install ruby-libvirt qemu libvirt-daemon-system libvirt-clients ebtables dnsmasq-base libxslt-dev libxml2-dev libvirt-dev zlib1g-dev ruby-dev libguestfs-tools + ``` +- [debian](https://wiki.debian.org/KVM#Installation) +- [fedora](https://developer.fedoraproject.org/tools/virtualization/installing-libvirt-and-virt-install-on-fedora-linux.html) ### Vagrant plugins Install the necessary vagrant plugins with the following command: