Multipass auf Linux installieren

Ziele

  1. Ich kann Multipass auf Ubuntu installieren
  2. Ich kann bei Fehlermeldungen interpretieren, mögliche Massnahmen zur Fehlerbehebung vorschlagen und überprüfen.


Install Multipass on Linux

1. To install Multipass on a Linux system, run the following command:

sudo snap install multipass

Remark: Pay attention to the progress-line on the righthand side of your screen!

2. Check the version after installation

multipass --version

As a result you should see a similar screen as follows:

Multipass installation on Ubuntu (AWS)