1

I am trying to install libssl-dev on ubuntu 19.10 But i am getting dependency error as

Depends: libssl1.1 (= 1.1.1c-1ubuntu4)

I was trying to upgrade OpenSSH on Ubuntu 19.10.

Ganesh Pandey
  • 5,216
  • 1
  • 33
  • 39
  • 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:21

1 Answers1

1

I was able to install using the debian file from launchpad.net libssl-dev_1.1.1d-1+ubuntu19.04.1+deb.sury.org+2_amd64.deb

downloaded and installed the libssl debian package manually.

Ganesh Pandey
  • 5,216
  • 1
  • 33
  • 39