Step 4 : Download QEMU and install in x86
In this program, you are going to learn
How to ?
Topics in this section,
For full system emulation:
$ sudo apt-get install qemu-system
For emulating Linux binaries:
$ sudo apt-get install qemu-user-static
Install
qemu-system-arm
using below command,
$ sudo apt install qemu-system-arm
Check if qemu is installed successfully
$ ls -l /usr/bin/qemu-aarch64-static
-rwxr-xr-x 1 root root 5624352 Nov 30 20:23 /usr/bin/qemu-aarch64-static