ophub / amlogic-s9xxx-armbian

Support for Armbian in Amlogic, Rockchip and Allwinner boxes. Support a311d, s922x, s905x3, s905x2, s912, s905d, s905x, s905w, s905, s905l, rk3588, rk3568, rk3399, rk3328, h6, etc.
GNU General Public License v2.0
5.8k stars 1.86k forks source link

can't installl software due to the kernel dpendency #451

Closed jiderlesi closed 2 years ago

jiderlesi commented 2 years ago

The following packages have unmet dependencies: linux-image-rt-arm64 : Depends: linux-image-5.10.0-16-rt-arm64 (= 5.10.127-2) but 5.10.127-1 is installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

I'm using phicomm N1, and I have updated the kernel to the latest version by running apt update which should be 5.15.58, but seems the package record with apt is still stay in a old version for some reasons.

jiderlesi commented 2 years ago

VERSION_CODEID='debian' VERSION_CODENAME='bullseye' PACKAGED_DATE='2022-07-16' FDTFILE='meson-gxl-s905d-phicomm-n1.dtb' UBOOT_OVERLOAD='u-boot-n1.bin' MAINLINE_UBOOT='' ANDROID_UBOOT='/usr/lib/u-boot/u-boot-2015-phicomm-n1.bin' MYBOX_UBOOT='/usr/lib/u-boot/mybox-bootloader.img' SOC='s905d' KERNEL_VERSION='5.15.58' K510='0'

ophub commented 2 years ago

Which package to install?

jiderlesi commented 2 years ago

this error was appear when I trying to apt install tinc but it appears when I try to install any package depend on kernel beside apt upgrade

ophub commented 2 years ago

Snip20220802_1

Snip20220802_2

ophub commented 2 years ago

Use armbian-fix to fix the permissions and try to install again

jiderlesi commented 2 years ago

fixed by manually apt upgrade linux-image-5.10.0-16-rt-arm64 , thanks for your help !