Skip to content

Commit 0a28991

Browse files
authored
Merge pull request #207416 from MRayermannMSFT/dev/marayerm/stg-exp-linuxreq-2204
Update stg exp linux requirements post adding support for ubuntu 22.04
2 parents 9ba401f + 177397c commit 0a28991

File tree

1 file changed

+8
-34
lines changed

1 file changed

+8
-34
lines changed

articles/storage/common/storage-explorer-troubleshooting.md

Lines changed: 8 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -417,52 +417,26 @@ Storage Explorer as provided in the *.tar.gz* download is supported for the foll
417417
- Ubuntu 18.04 x64
418418
- Ubuntu 16.04 x64
419419

420-
Storage Explorer requires .NET Core 3.1 to be installed on your system.
420+
Storage Explorer requires the .NET 6 runtime to be installed on your system. The ASP.NET runtime is **not** required.
421421

422422
> [!NOTE]
423-
> Storage Explorer versions 1.8.0 through 1.20.1 require .NET Core 2.1. Storage Explorer version 1.7.0 and earlier require .NET Core 2.0.
423+
> Older versions of Storage Explorer may require a different version of .NET or .NET Core. Refer to release notes or in app error messages to help determine the required version.
424424
425-
### [Ubuntu 20.04](#tab/2004)
425+
### [Ubuntu 22.04](#tab/2204)
426426

427427
1. Download the Storage Explorer *.tar.gz* file.
428-
1. Install the [.NET Core Runtime](/dotnet/core/install/linux):
428+
1. Install the [.NET 6 runtime](/dotnet/core/install/linux-ubuntu)
429429

430-
```bash
431-
wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb; \
432-
sudo dpkg -i packages-microsoft-prod.deb; \
433-
sudo apt-get update; \
434-
sudo apt-get install -y apt-transport-https && \
435-
sudo apt-get update && \
436-
sudo apt-get install -y dotnet-runtime-3.1
437-
```
438430

439-
### [Ubuntu 18.04](#tab/1804)
431+
### [Ubuntu 20.04](#tab/2004)
440432

441433
1. Download the Storage Explorer *.tar.gz* file.
442-
1. Install the [.NET Core Runtime](/dotnet/core/install/linux):
434+
1. Install the [.NET 6 runtime](/dotnet/core/install/linux-ubuntu)
443435

444-
```bash
445-
wget https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb; \
446-
sudo dpkg -i packages-microsoft-prod.deb; \
447-
sudo apt-get update; \
448-
sudo apt-get install -y apt-transport-https && \
449-
sudo apt-get update && \
450-
sudo apt-get install -y dotnet-runtime-3.1
451-
```
452-
453-
### [Ubuntu 16.04](#tab/1604)
436+
### [Ubuntu 18.04](#tab/1804)
454437

455438
1. Download the Storage Explorer *.tar.gz* file.
456-
1. Install the [.NET Core Runtime](/dotnet/core/install/linux):
457-
458-
```bash
459-
wget https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb; \
460-
sudo dpkg -i packages-microsoft-prod.deb; \
461-
sudo apt-get update; \
462-
sudo apt-get install -y apt-transport-https && \
463-
sudo apt-get update && \
464-
sudo apt-get install -y dotnet-runtime-3.1
465-
```
439+
1. Install the [.NET 6 runtime](/dotnet/core/install/linux-ubuntu)
466440

467441
---
468442

0 commit comments

Comments
 (0)