File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -94,18 +94,23 @@ sudo rpm -Uvh https://packages.microsoft.com/config/sles/15/packages-microsoft-p
94
94
sudo yum install blobfuse2
95
95
```
96
96
97
+ Similarly, change the package name to ` blobfuse2-<version> ` to install specific version.
98
+
97
99
# [ Ubuntu] ( #tab/Ubuntu )
98
100
99
101
``` bash
100
102
sudo apt-get install blobfuse2
101
103
```
104
+ Similarly, change the package name to ` blobfuse2=<version> ` to install specific version.
105
+
102
106
# [ SLES] ( #tab/SLES )
103
107
104
108
``` bash
105
109
sudo zypper install blobfuse2
106
110
```
107
- ---
111
+ Similarly, change the package name to ` blobfuse2-<version> ` to install specific version.
108
112
113
+ ---
109
114
### Option 2: Build the binaries from source code
110
115
111
116
To build the BlobFuse2 binaries from source code:
You can’t perform that action at this time.
0 commit comments