I did both an update and an upgrade before attempting the install, made no difference.
Interestingly Kicad does NOT appear in the main repo - I wonder if it has been pulled out for some reason.
I also tried v20 of Ubuntu and had the same experience.
Neither Kicad 5 or 6 is in there.
I used the software manager in the standard install.
Dave
toggle quoted message
Show quoted text
On 18/10/2022 20:24, Andy wrote:
Which software manager there are several, Muon, Synaptic...?
Kicad should be in the main repo
I would first try to install libglew2.2 on it's own.
2.2.0-4 is available for jammy 22.04LTS so it should install.
The requirement is >= libglew2.2.0-4) so check exactly what version you
have in your repo lists, as has been mentioned make sure you have run
update - the base download install WILL NOT contain the latest versions of
things.
Installing Kicad 5 might not be what you want, but it MIGHT install the
correct libs, especially if Kicad is in the main repo.
(The problem does sound very much like you have not got the latest
updates)
If you really really get stuck, the flatpak version should run.
I ran that when my previous Linux install SUSE got upset when SUSE messed
up the latest version ant the time, and packages vanished from the reop
which made life rather hard, hence the move to debian.
It's quite usable as is but the sandboxing flatpak does caused me a few
issues with additional drive access. If you just run it as-is then it's
OK.
Andy
On Tue, 18 Oct 2022 17:27:41 +0100
"David Slipper" <softfoot@...> wrote:
Kicad is not known by the software manager.
I need Kicad v6.
The terminal method yields :-
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: libglew2.2 (>= 2.2.0-4) but it is not installable
???????? Depends: libocct-data-exchange-7.5 but it is not going to be
installed
???????? Depends: libocct-foundation-7.5 but it is not going to be
installed
???????? Depends: libocct-modeling-algorithms-7.5 but it is not going
to be installed
???????? Depends: libocct-modeling-data-7.5 but it is not going to be
installed
???????? Depends: libocct-ocaf-7.5 but it is not going to be installed
???????? Depends: libwxbase3.0-0v5 (>= 3.0.5.1+dfsg) but it is not
installable
???????? Depends: libwxgtk3.0-gtk3-0v5 (>= 3.0.5.1+dfsg) but it is not
installable
???????? Depends: python3-wxgtk4.0 but it is not installable
???????? Depends: libngspice-kicad but it is not installable or
????????????????? libngspice0 but it is not installable
???????? Recommends: kicad-libraries but it is not going to be installed
???????? Recommends: kicad-doc-en but it is not going to be installed
???????? Recommends: kicad-demos but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Regards,
Dave
On 18/10/2022 17:02, Andy wrote:
I don't use Ubuntu as a main OS (I have Kbuntu on an old laptop and kicad
5 is listed in the repo) I use debian on the workstation, and i had to
jump through a few hoops getting Kicad6 installed.
First, have you followed the instructions here:
It gives two methods, one of which is the command line option that you
have listed.
If install via the software manager as suggested does not work I would
suggest that you try installing the Kicad version in the provided repos,
which will usually be Kicad 5.9 something
If that installs OK then you are not missing something important in the
basic install.
Other than that then as has been suggested it's a dive into the output of
apt.
Andy
On Tue, 18 Oct 2022 15:26:29 +0100
"David Slipper" <softfoot@...> wrote:
I am looking to migrate from Windows 10 to Ubuntu
"ubuntu-22.04.1-desktop-amd64" and have tried several suggestions
including the following via the shell :-
|sudo add-apt-repository --yes ppa:kicad/kicad-6.0-releases sudo apt
update sudo apt install --install-recommends kicad|
They all fail in a similar way it was unable to install certain
dependant libraries (I'll try to get a screen dump tomorrow).
Any help/advice welcome.
Dave