Skip to content

Commit cbcc9bf

Browse files
committed
wget the latest
1 parent 7c7fa16 commit cbcc9bf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/platform/linux-distributions.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ sudo apt-get install build-essential libssl-dev libasound2 wget
2323
```
2424

2525
> [!IMPORTANT]
26-
> On Ubuntu 22.04, install `libssl1.1` either as a [binary package](http://security.ubuntu.com/ubuntu/pool/main/o/openssl/) such as `libssl1.1_1.1.1l-1ubuntu1.3_amd64.deb`, or by compiling it from sources. The Speech SDK does not support OpenSSL 3.0, which is the default in Ubuntu 22.04.
26+
> The Speech SDK does not support OpenSSL 3.0, which is the default in Ubuntu 22.04.
27+
28+
On Ubuntu 22.04 only, install the latest `libssl1.1` either as a [binary package](http://security.ubuntu.com/ubuntu/pool/main/o/openssl/) such as `libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb`, or by compiling it from sources. Here's an example of installing `libssl1.1` on Ubuntu 22.04.
2729

28-
Here's an example of installing `libssl1.1` on Ubuntu 22.04:
2930
```Bash
30-
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.3_amd64.deb
31-
sudo dpkg -i libssl1.1_1.1.1l-1ubuntu1.3_amd64.deb
31+
wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb
32+
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb
3233
```
3334

3435
# [Debian 9/10/11](#tab/debian)

0 commit comments

Comments
 (0)