在进行到 sudo apt-get install –y mssql-server时可能会出现错误:
The following packages have unmet dependencies: mssql-server : Depends: libc++1 but it is not installable E: Unable to correct problems, you have held broken packages.
解决办法:
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
然后再次安装就没问题了。