While following this tutorial when executing
sudo apt-get install -y mssql-server
I get in the output the next error:
The following packages have unmet dependencies:
mssql-server : Depends: libjemalloc1 but it is not installable
Depends: libssl1.0.0 but it is not installable
what should I do?
mssql-serveris technically 'not supported' by Microsoft for 19.04 - they had designed it for 18.04 LTS and LTS releases. Your mileage with it working properly will vary. – Thomas Ward May 30 '19 at 01:07