0

(In Ubuntu 13.10) Ubuntu-SDK opens with the following errors:

enter image description here

Does anyone know how to resolve these dependencies?

Brandex
  • 488
  • 1
  • 7
  • 13

1 Answers1

2

I had had the same problem, but I solved it removing all the extras repositories that I had added to install ubuntu-sdk and removing my previus version of qt-creator and all the others stuff that I had installed trying to solve this problem.

After get the results of the commands:

apt-cache search ubuntu-sdk 

and

dpkg -l | grep ubuntu-sdk

equals to zero.

I added the ppa repository and install the ubuntu SDK again:

sudo add-apt-repository ppa:ubuntu-sdk-team/ppa
sudo apt-get update && sudo apt-get install ubuntu-sdk

After that the ubuntu SDK started to work ok for me.

BuZZ-dEE
  • 14,223