Friday, December 11, 2020

Jabra Engage 65 Demo app Installation Issue on Ubuntu 20

Error: E: Package 'libssl1.0.0' has no installation candidate

Install it from old repo.

Steps:

vi /etc/apt/sources.list

At the end of the file add

deb http://security.ubuntu.com/ubuntu bionic-security main

Then,

sudo apt update && apt-cache policy libssl1.0-dev

sudo apt-get install libssl1.0-dev

Once done:

Execute demo by:

cd JabraLibLinux/demo/ubuntu/64-bit

LD_LIBRARY_PATH=../../../library/ubuntu/64-bit ./JabraDemo


FYI: New version of libssl can be "sudo apt install libssl1.1"

***

No comments:

Post a Comment