Install RockyLinux in Qemu
Install qemu from https://www.qemu.org/. Tested working on Windows and not on WSL
1.\qemu-img.exe create -f qcow2 'C:\Users\icasimpan\rockyLinux.hdd' 40G
2.\qemu-system-x86_64.exe -hda C:\Users\icasimpan\rockyLinux.hdd -cdrom C:\Users\icasimpan\Downloads\Rocky-8.6-x86_64-minimal.iso -boot d -m 2G -vga std -net nic,model=virtio -net user -usbdevice tablet
Reference: https://computernewb.com/wiki/How_to_install_Ubuntu_16.04_in_QEMU