I’m running KiCad 6.0.3 on Ubuntu 20.04 and due to the recent bugs I tried to compile 6.0.4 myself as the build on the official repo failed last night.
I ran install all sorts of issues building and installing and subsequently broke my 6.0.3 install.
No problems I thought - Just remove and reinstall.
Removed kicad* and removed .config/kicad
I’ve now reinstall 6.0.3
sudo apt install --install-recommends kicad
And on running KiCad I get
I’ve searched for the file and its under
/usr/share/kicad.....
and not
/usr/local/share/kicad.....
I’ve tried removing and re-installing multiple times and can’t get rid of this error. Is there some config file I need to remove that I’m overlooking?
Update: This always seems to happen. I find the solution after posting
My 6.0.4 compile installed the kicad file to
/usr/local/bin/kicad
When uninstalling kicad it left this file in place. Installing 6.0.3 put it in
/usr/bin/kicad
whch then completely confused things.
I’ve now uninstalled, removed the kicad file and re-installed and all good.
Guess I"ll just be patient and have to wait until 6.0.4 comes up.