Installing Microsoft SQL onto Ubuntu VM

Viewed 21

I am attempting to install an SQL server onto Ubuntu desktop 22.04 and am receiving the following error when getting to the actual installation after getting the keys, repository, packages, etc. Everything seems to work fine until I get to sudo apt-get install -y mssql-server where I get several dependencies that are "not installable".

Reading package lists... Done 
Building dependency tree... 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 moved out of Incoming. 
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 mssql-server : Depends: libatomic1 but it is not going to be installed
                Depends: libc++1 but it is not installable
                Depends: libldap-2.4-2 but it is not installable
E: Unable to correct problems, you have held broken packages.

0 Answers
Related