I have installed Ubuntu 15.10 desktop on a USB drive. Following the instructions provided on the kicad website I add the kicad repository to my repository list, do an update, and then run apt-get install kicad -y. What I get is a response in regards to unmet dependencies.
sudo apt-get install -f kicad
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:
kicad : Depends: libboost-context1.58.0 but it is not installable
Depends: libwxbase3.0-0v5 (>= 3.0.2+dfsg) but it is not installable
Depends: libwxgtk3.0-0v5 (>= 3.0.2+dfsg) but it is not installable
Depends: python-wxgtk3.0 but it is not installable
Recommends: kicad-library but it is not going to be installed
Recommends: kicad-doc-en but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I have googled the error message and have been unable to find a solution that gets me past this failure point. I had the same problem on Ubuntu 14.04 with the same library but a different version.
Looks like it requires WX Widgets. Try: sudo apt-get install libboost libwxbase3.0 libwxgtk3.0 python-wxgtk3.0
or similar to meet those pre-requisites. If it says it can’t find a suitable release candidate for one or more of these, then you’ll have to find a repository that has them, and add that to your repositories like before. See: