Skip to content

Commit e766d82

Browse files
committed
Learn Editor: Update blobfuse2-how-to-deploy.md
1 parent 640e18b commit e766d82

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/storage/blobs/blobfuse2-how-to-deploy.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,18 +94,23 @@ sudo rpm -Uvh https://packages.microsoft.com/config/sles/15/packages-microsoft-p
9494
sudo yum install blobfuse2
9595
```
9696

97+
Similarly, change the package name to `blobfuse2-<version>` to install specific version.
98+
9799
# [Ubuntu](#tab/Ubuntu)
98100

99101
```bash
100102
sudo apt-get install blobfuse2
101103
```
104+
Similarly, change the package name to `blobfuse2=<version>` to install specific version.
105+
102106
# [SLES](#tab/SLES)
103107

104108
```bash
105109
sudo zypper install blobfuse2
106110
```
107-
---
111+
Similarly, change the package name to `blobfuse2-<version>` to install specific version.
108112

113+
---
109114
### Option 2: Build the binaries from source code
110115

111116
To build the BlobFuse2 binaries from source code:

0 commit comments

Comments
 (0)