How to start KiCAD installed from flatpak

After you have installed KiCAD from Flatpak using

example.sh
flatpak install --from https://flathub.org/repo/appstream/org.kicad.KiCad.flatpakref

you can run it using

example.sh
flatpak run org.kicad.KiCad

You can append any arguments to KiCAD, for example open a project file directly from the command line:

example.sh
flatpak run org.kicad.KiCad MyProject.pro

 


Check out similar posts by category: KiCAD