I am following the directions on the page for Ubuntu App Development: http://developer.ubuntu.com/get-started/gomobile/
Command 1:
sudo add-apt-repository ppa:canonical-qt5-edgers/qt5-beta1 && sudo apt-get update && sudo apt-get install qt5-meta-full && echo 'export PATH=/opt/qt5/bin:$PATH' >> ~/.bashrc
Output 1:
...
Fetched 745 kB in 3s (204 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
qt5-meta-full is already the newest version.
The following packages were automatically installed and are no longer required:
libtiff4 libtiffxx0c2 linux-headers-3.5.0-17 linux-headers-3.5.0-17-generic
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Command 2
sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get update && sudo apt-get install qt-components-ubuntu qt-components-ubuntu-demos qt-components-ubuntu-examples qt-components-ubuntu-doc notepad-qml
Output 2
Reading package lists... Done
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:
qt-components-ubuntu : Depends: libqt5core5 (>= 5.0.0) but it is not installable
Depends: libqt5gui5 (>= 5.0.0) but it is not installable
Depends: libqt5qml5 but it is not installable
Depends: libqt5quick5 but it is not installable
E: Unable to correct problems, you have held broken packages.
As specified, I set the PATH
to include /opt/qt5/bin
. I was wondering if this issue was familiar to anyone. Thanks a lot for your time.
software-sources
? This is my SS conf as reference – Lucio Jan 31 '13 at 18:59