I'm trying to install KiCad on my OrangePi 5 running the latest stable Armbian 23.02 Jammy / Gnome.
apt install KiCad installs a minimal KiCad 6 that will launch but it has no libraries, or other "extras" . Kicad wIthout the symbol and footprint libraries it is not very useful.
apt install Kicad-Library returns
E: Unable to locate package kicad-library
I tried several other possible variations:
E: Unable to locate package kicad-library-symbols
dpkgl --list has --> ii kicad 6.0.2+dfsg-1 arm64 Electronic schematic and PCB design software
Is there another ppa I can add to get the rest?