Created
November 17, 2016 13:22
-
-
Save kstevens715/04db9b19cc36aac0a99da3b5d6eb9515 to your computer and use it in GitHub Desktop.
SQL Server on Ubuntu install error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kstevens@liaison-dell:~$ sudo apt-get install 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: openssl (>= 1.0.2) but 1.0.1f-1ubuntu2.21 is to be installed | |
E: Unable to correct problems, you have held broken packages. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment