-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KiCad version 8 is not being installed on Raspberry Pi 5 Bookworm #2690
Comments
Hello there 👋 Please respond as soon as possible if a Pi-Apps maintainer requests more information from you. Stale issues will be closed after a lengthy period of time with no response. |
What happened here is that you already had KiCad installed prior to installing it from Pi-Apps. So based on apt's safety mechanism to not auto-upgrade packages unless specifically requested, no upgrade took place. For now, if you wanted to, you could solve this issue by running this command:
And then install KiCad again from Pi-Apps. |
I have made some code changes now to improve the handling of the backports repo in this situation. See the changes here: 67e425f Do note that updating Pi-Apps will NOT auto-update KiCad to version 8. You will need to install it from Pi-Apps again. |
Thank you so much for your incredible support! The KiCad version 8 was installed successfully! I used the purge option, then did an uninstall in PiApps and then reinstalled KiCad. |
Confirmations
What happened?
Pi Apps does install Kicad, but version 6 not 8
Description
According to your documentation on KiCad, if you are running Bookworm on a Pi, PiApps will install KiCad version 8.1. This does not do this. Only version Application: KiCad
Version: 6.0.11+dfsg-1, release build
Libraries:
wxWidgets 3.2.2
libcurl/7.88.1 OpenSSL/3.0.15 zlib/1.2.13 brotli/1.0.9 zstd/1.5.4 libidn2/2.3.3 libpsl/0.21.2 (+libidn2/2.3.3) libssh2/1.10.0 nghttp2/1.52.0 librtmp/2.3 OpenLDAP/2.5.13
Platform: Linux 6.6.62+rpt-rpi-v8 aarch64, 64 bit, Little endian, wxGTK, LXDE-pi-labwc, wayland
Build Info:
Date: Jan 26 2023 05:35:43
wxWidgets: 3.2.1 (wchar_t,wx containers) GTK+ 3.24
Boost: 1.74.0
OCC: 7.6.3
Curl: 7.87.0
ngspice: 38
Compiler: GCC 12.2.0 with C++ ABI 1017
Build settings:
KICAD_USE_OCC=ON
KICAD_SPICE=ON
What are your system specs (run the following command in your terminal)?
(Recommended) Error log? Terminal output? Debug messages?
The text was updated successfully, but these errors were encountered: