Skip to content

Commit aa67ca0

Browse files
Merge pull request #279875 from ManoharLakkoju-MSFT/patch-129
(AzureCXP) fixes MicrosoftDocs/azure-docs# 271975
2 parents 778c2ca + fbde2f8 commit aa67ca0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-machines/vm-applications.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ sudo apt show powershell | grep Depends
187187
2. Check the output of the line **Depends** which lists the following packages:
188188

189189
```output
190-
Depends: libc6, libgcc1, libgssapi-krb5-2, libstdc++6, zlib1g, libicu72|libicu71|libicu70|libicu69|libicu68|libicu67|libicu66|libicu65|libicu63|libicu60|libicu57|libicu55|libicu52, libssl3|libssl1.1|libssl1.0.2|libssl1.
190+
Depends: libc6, lib32gcc-s1, libgssapi-krb5-2, libstdc++6, zlib1g, libicu72|libicu71|libicu70|libicu69|libicu68|libicu67|libicu66|libicu65|libicu63|libicu60|libicu57|libicu55|libicu52, libssl3|libssl1.1|libssl1.0.2|libssl1.
191191
```
192192

193193
3. Download each of these files using `sudo apt-get download <package_name>` and create a tar compressed archive with all files.
@@ -198,7 +198,7 @@ Depends: libc6, libgcc1, libgssapi-krb5-2, libstdc++6, zlib1g, libicu72|libicu71
198198
mkdir /tmp/powershell
199199
cd /tmp/powershell
200200
sudo apt-get download libc6
201-
sudo apt-get download libgcc1
201+
sudo apt-get download lib32gcc-s1
202202
sudo apt-get download libgssapi-krb5-2
203203
sudo apt-get download libstdc++6
204204
sudo apt-get download zlib1g
@@ -214,7 +214,7 @@ sudo tar -cvzf powershell.tar.gz *.deb
214214
mkdir /tmp/powershell
215215
cd /tmp/powershell
216216
sudo apt-get download libc6
217-
sudo apt-get download libgcc1
217+
sudo apt-get download lib32gcc-s1
218218
sudo apt-get download libgssapi-krb5-2
219219
sudo apt-get download libstdc++6
220220
sudo apt-get download zlib1g
@@ -230,7 +230,7 @@ sudo tar -cvzf powershell.tar.gz *.deb
230230
mkdir /tmp/powershell
231231
cd /tmp/powershell
232232
sudo apt-get download libc6
233-
sudo apt-get download libgcc1
233+
sudo apt-get download lib32gcc-s1
234234
sudo apt-get download libgssapi-krb5-2
235235
sudo apt-get download libstdc++6
236236
sudo apt-get download zlib1g

0 commit comments

Comments
 (0)