You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The getting started instructions below use the command line interface. If you prefer to use the graphical interface start it from the macOS Launchpad, the initial screen is shown below. You can use the UI to create, start, and stop virtual machines.
@@ -112,7 +112,7 @@ HINT: sudo /usr/sbin/kvm-ok
112
112
113
113
If KVM is available, proceed with the install.
114
114
115
-
### How do I install the Sanp daemon on Arm Linux?
115
+
### How do I install the Snap daemon on Arm Linux?
116
116
117
117
You may need to install the Snap daemon, `snapd`, before installing Multipass.
118
118
@@ -130,8 +130,6 @@ If you need to install `snapd` run:
130
130
sudo apt install snapd -y
131
131
```
132
132
133
-
134
-
135
133
{{% notice Note %}}
136
134
You can select from three Multipass releases: stable, beta, or edge. The default version is stable.
137
135
Add `--beta` or `--edge` to the install command below to select these more recent versions.
@@ -166,25 +164,26 @@ Multipass runs Ubuntu images. The last three LTS (long-term support) versions ar
166
164
To see the available images run the `find` command. Any of the listed images can be used to create a new instance.
167
165
168
166
```bash
169
-
sudo multipass find
167
+
multipass find
170
168
```
169
+
171
170
The output from `find` will be similar to the below.
172
171
173
172
```output
174
173
Image Aliases Version Description
175
-
20.04 focal20240821 Ubuntu 20.04 LTS
176
-
22.04 jammy20241002Ubuntu 22.04 LTS
177
-
24.04 noble,lts20241004 Ubuntu 24.04 LTS
178
-
daily:24.10 oracular,devel 20241009 Ubuntu 24.10
174
+
22.04 jammy20251001 Ubuntu 22.04 LTS
175
+
24.04 noble,lts20251001 Ubuntu 24.04 LTS
176
+
25.04 plucky20251003Ubuntu 25.04
177
+
daily:25.10 questing,devel 20251015 Ubuntu 25.10
179
178
180
-
Blueprint Aliases Version Description
179
+
Blueprint (deprecated) Aliases Version Description
0 commit comments