Surely the matter is discussed at several places but I could not find a working solution.
Given: Ubuntu 18.04, kicad 6 from kicad-ubuntu-kicad-6_0-releases-bionic.list
Wanted: pass to kicad 7 without loosing existing designs and projects
I could give a list of what I already tried but it would be quite long…
Last I tried was to
apt remove kicad
add kicad-ubuntu-kicad-7_0-releases-bionic.list to /etc/apt/sources.list.d
(with add-apt-repository ppa:kicad/kicad-7.0-releases)
apt update
apt upgrade kicad ==> nothing to do
apt remove kicad + apt install kicad: got me to kicad 6 again
Next try:
apt remove kicad
disable kicad 6 entries in /etc/apt/sources.list.d
apt update + apt install kicad
now I do get kicad 7, but I cannot access or open the existing files
Next, copy the three lines, one at a time, from the “Ubuntu 7.0.6 Stable Release” here https://www.kicad.org/download/linux/ into your terminal. It should be that simple.
7.0.6 will overwrite your existing version of 6.x.x. Be sure to select “recommended” when asked about libraries.
If you have already been attempting other methods, probably worth removing what has been loaded.
Thanks for quick reply! I had surely tried that one already, early on in my struggle.
I have now upgraded my ubuntu from 18.0.4 to 20.0.4 and guess what, Kicad now suddenly is version 7!
So it might well be that Kicad 7 and Ubuntu 18 are incompatible; perhaps someone could look into this to cinfirm and, as the case requires, update the doc?
You do indeed need to wind up the computer spring to drive Kicad.
Don’t forget, when installing Kicad, make sure you tick the “recommended” alternative for libraries when the question is asked.