Ubuntu 16.04 Installation Error

@Prashanta_Mahato Hello, I am also experiencing the same problem, but I have an alternative method,

run the command

sudo apt-get install libssl-dev

then Edit it on install.py

libssl1.0-dev to libssl-dev

then open the file

/tmp/.bench/playbooks/roles/common/tasks/debian_family.yml

and edit

libssl1.0-dev to libssl-dev

I have tried and succeeded :smile:

good luck to you

1 Like