KiCAD 5.1.12 installation in new computers

I have a new notebook with Ubuntu 20.04.1 where I migrated my KiCAD project files and libraries to. Since they are work in progress, I would like to keep KiCAD 5.1.12, but now only 6.0.2 is offered at the KiCAD website. How can I install KiCAD 5.1.12?

Gustavo

Itā€™s not working for me, maybe because I tried KiCAD 6.0 in the computer previously. I uninstalled 6.0 before trying 5.1.12, but apparently the system canā€™t return to the state it was before Kicad 6.0

Can you give further detail on ā€˜Itā€™s not working for meā€™?

you may try with kicad AppImage

KiCad-5.1.12.glibc2.29-x86_64.AppImage

KiCad-6.0.4.glibc2.29-x86_64.AppImage

https://github.com/easyw/kicad-appimage/releases

these should work side by side flawlessness on ubuntu 20

(Before you can run an AppImage, you need to make it executable)

I assume you removed the 6.0 packages, but did you also remove the 6.0 repository specification? The package manager will always try to install the highest version available, so if the 6.0 repository is still enabled you will get 6.0 again.

You need to remove the sources file for KiCAD 6.0 under

/etc/apt/sources.list.d

That fixed the problem. KiCAD 5.1.12 is now installed and running in the new computer. Thank you everybody to your help!

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.