I am trying to bootstrap the Fabric SDK on a fresh Ubuntu 16.04 VM following
https://docs.microsoft.com/de-de/azure/service-fabric/service-fabric-linux-overview.
Installing the related package does not work:
root@ajung:~# sudo apt-get install servicefabricsdkcommon
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:
servicefabricsdkcommon : Depends: servicefabric (>= 5.6.1.6) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
How to resolve this issue?