Skip to content

Commit c642ff0

Browse files
Merge pull request #2435 from jasonrandrews/review
Update Multipass installation instructions for macOS and correct Snap…
2 parents 604de1a + e41ae5c commit c642ff0

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

content/install-guides/multipass.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ Multipass uses the terms virtual machine and instance synonymously.
5353
Download Multipass for macOS.
5454

5555
```console
56-
wget https://github.com/canonical/multipass/releases/download/v1.16.0/multipass-1.16.0+mac-Darwin.pkg
56+
wget https://github.com/canonical/multipass/releases/download/v1.16.1/multipass-1.16.1+mac-Darwin.pkg
5757
```
5858

5959
### How do I install Multipass on macOS?
6060

6161
Install the download using the package command.
6262

6363
```console
64-
sudo installer -pkg multipass-1.16.0+mac-Darwin.pkg -target /
64+
sudo installer -pkg multipass-1.16.1+mac-Darwin.pkg -target /
6565
```
6666

6767
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
112112

113113
If KVM is available, proceed with the install.
114114

115-
### How do I install the Sanp daemon on Arm Linux?
115+
### How do I install the Snap daemon on Arm Linux?
116116

117117
You may need to install the Snap daemon, `snapd`, before installing Multipass.
118118

@@ -130,8 +130,6 @@ If you need to install `snapd` run:
130130
sudo apt install snapd -y
131131
```
132132

133-
134-
135133
{{% notice Note %}}
136134
You can select from three Multipass releases: stable, beta, or edge. The default version is stable.
137135
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
166164
To see the available images run the `find` command. Any of the listed images can be used to create a new instance.
167165

168166
```bash
169-
sudo multipass find
167+
multipass find
170168
```
169+
171170
The output from `find` will be similar to the below.
172171

173172
```output
174173
Image Aliases Version Description
175-
20.04 focal 20240821 Ubuntu 20.04 LTS
176-
22.04 jammy 20241002 Ubuntu 22.04 LTS
177-
24.04 noble,lts 20241004 Ubuntu 24.04 LTS
178-
daily:24.10 oracular,devel 20241009 Ubuntu 24.10
174+
22.04 jammy 20251001 Ubuntu 22.04 LTS
175+
24.04 noble,lts 20251001 Ubuntu 24.04 LTS
176+
25.04 plucky 20251003 Ubuntu 25.04
177+
daily:25.10 questing,devel 20251015 Ubuntu 25.10
179178
180-
Blueprint Aliases Version Description
179+
Blueprint (deprecated) Aliases Version Description
181180
anbox-cloud-appliance latest Anbox Cloud Appliance
182181
charm-dev latest A development and testing environment for charmers
183182
docker 0.4 A Docker environment with Portainer and related tools
184183
jellyfin latest Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media.
185184
minikube latest minikube is local Kubernetes
186-
ros-noetic 0.1 A development and testing environment for ROS Noetic.
187185
ros2-humble 0.1 A development and testing environment for ROS 2 Humble.
186+
ros2-jazzy 0.1 A development and testing environment for ROS 2 Jazzy.
188187
```
189188

190189
### How do I launch a Multipass instance?

0 commit comments

Comments
 (0)