When I try to install the Ubuntu SDK on my 64 bit Saucy I get a missing package issue.
The following packages have unmet dependencies:
ubuntu-sdk : Depends: qtcreator-plugin-ubuntu but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Can anyone advise how to remedy this issue?
Since "you have held broken packages":
Have you tried
apt-get install -f
?