12-19-2019, 03:55 AM
(12-19-2019, 02:38 AM)Wizzard Wrote: When we are talking about ARM Ubuntu packages, most of common software has arm version, including whole KDE, but I miss Krita (Calligra painting program) and Rambox (Franz style communication messenger).
Interesting. Looking at the package info in Debian, Krita is available for arm64 but not armhf (I've linked to the stretch package but it is true also for bullseye/sid):
https://packages.debian.org/stretch/krita
It would be interesting to see if you can use the dpkg --add-architecture trick to get krita for arm64 running in an armhf distro (in principle if should be fine... but I mostly run 64-bit distros on my PBP so I can't test). Something like:
dpkg --add-architecture arm64
apt update
apt install krita
PS If the later doesn't work try apt install krita:am64