Skip to content

Commit d0c7229

Browse files
committed
per Jarno
1 parent cbcc9bf commit d0c7229

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,7 @@ sudo apt-get install build-essential libssl-dev libasound2 wget
2525
> [!IMPORTANT]
2626
> The Speech SDK does not support OpenSSL 3.0, which is the default in Ubuntu 22.04.
2727
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.
29-
30-
```Bash
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
33-
```
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/), or by compiling it from sources.
3429

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

0 commit comments

Comments
 (0)