0

I'm trying to Setting up Apache Airflow Cluster on linux,Install System Level Requirements flowing URL (part 1.1), with this command:

sudo apt-get install -y --no-install-recommends freetds-bin krb5-user ldap-utils libsasl2-2 libsasl2-modules libssl1.1 locales lsb-release sasl2-bin sqlite3 unixodbc

I get the following output:

Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libssl1.1
E: Couldn't find any package by glob 'libssl1.1'
E: Couldn't find any package by regex 'libssl1.1'

how can i fix it?

p/s:i using airflow version 2.3.3 and Ubuntu 22.04.1 LTS

eshirvana
  • 23,227
  • 3
  • 22
  • 38
Diepdang
  • 37
  • 1
  • 8
  • Ubuntu 22.04 is using libssl3 . that document you are following probably is based on older ubuntu version – eshirvana Sep 20 '22 at 14:55
  • This is the duplicate question. Please refer to this [Answer](https://stackoverflow.com/questions/73251468/e-package-libssl1-1-has-no-installation-candidate) – Feisal Ali Nov 28 '22 at 07:20
  • This is the duplicate question. Please refer to this [Answer](https://stackoverflow.com/questions/73251468/e-package-libssl1-1-has-no-installation-candidate) – Feisal Ali Nov 28 '22 at 07:23

0 Answers0