Eva*_*oll 5 sql-server linux ubuntu installation
这是输出,
$ sudo apt install -y mssql-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
mssql-server : Depends: libjemalloc1 but it is not installable
Depends: libc++1 but it is not installable
Run Code Online (Sandbox Code Playgroud)
这是因为这两个软件包都在 Ubuntu Universe 中,要启用您可以使用的存储库,
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
Run Code Online (Sandbox Code Playgroud)
请注意,Universe 软件包不受Canonical 和 Ubuntu 团队的正式支持,而是由社区提供。有关更多信息,请参阅安全常见问题解答
归档时间: |
|
查看次数: |
5069 次 |
最近记录: |