# QEMU/KVM install for NVIDIA Jetson platform (ARM64) Install QEMU/KVM and libvirtd ```bash sudo apt-get update sudo apt-get install qemu-kvm libvirt-daemon-system # if you want to install images from ISOs with virt-install sudo apt-get install virtinst ``` Make sure the current user is a member of the libvirt and kvm groups ```bash $ sudo adduser $(id -un) libvirt Adding user '' to group 'libvirt' ... $ sudo adduser $(id -un) kvm Adding user '' to group 'kvm' ... ```
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update QEMU_KVM_NVIDIA_JETSON_INSTALL.md
- Loading branch information