Skip to content

Commit 9aded6c

Browse files
Merge pull request #227484 from eric-urban/eur/ubuntu
wget the latest
2 parents 9f9ced4 + d0c7229 commit 9aded6c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,9 @@ 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.
2727
28-
Here's an example of installing `libssl1.1` on Ubuntu 22.04:
29-
```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
32-
```
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.
3329

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

0 commit comments

Comments
 (0)