Multipass
VM in Ubuntu
How to install Multipass
snap install multipass
- Make VM specifying name(-n) and memory(-m)
multipass launch -m 4Gb -n <vm-name>
- Enter to the VM
multipass shell <vm-name>
- it installed automatically the latest version of ubuntu.