Microsoft surprised the IT world with the announcement about the new MS SQL Server that is able to run on Linux. In this post I’ll show hot to install Sql Server on Debian 8 Jessie.
apt-get update apt-get upgrade apt-get install curl apt-transport-https sudo
Add to /etc/apt/sources.list this backports
deb http://ftp.debian.org/debian jessie-backports main
After that you’ll be able to install jessie-backports openssl
apt-get install -t jessie-backports openssl