Dyfcom Posted May 22, 2024 Posted May 22, 2024 Hello, I installed a fresh `Armbian_23.02.2_Nanopim4v2_bullseye_current_5.15.93_minimal.img.xz` for the Nanopi M4v2. But when I try to install `armbian-config' after an `apt update`, I got following error: root@nanopim4v2:~# apt install armbian-config Reading package lists... Done Building dependency tree... Done Reading state information... Done Package armbian-config is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'armbian-config' has no installation candidate also checked the apt-cache: apt-cache showpkg armbian-config Package: armbian-config Versions: Reverse Depends: armbian-bsp-cli-nanopim4v2,armbian-config Dependencies: Provides: Reverse Provides: Also tried the `3rd party Debian based distributions`from https://github.com/armbian/config, but got the same error. There is also a second unsolved thread: I stay now with the non-minimal, but is there a solution for future using of the minimal with armbian-config? Thanks and greeting! 0 Quote
Igor Posted May 22, 2024 Posted May 22, 2024 Perhaps this is a solution? https://github.com/armbian/build/pull/6652 0 Quote
Dyfcom Posted May 22, 2024 Author Posted May 22, 2024 (edited) How can I test this? I am not so familiar with changes in github 😅 Edit: I think I need to build it myself? Edited May 22, 2024 by Dyfcom 0 Quote
Werner Posted May 22, 2024 Posted May 22, 2024 22 minutes ago, Dyfcom said: Edit: I think I need to build it myself? Yes. Checkout this PR and build yourself. https://www.google.com/search?q=github+checkout+pr https://docs.armbian.com/Developer-Guide_Build-Preparation/ 0 Quote
Solution Igor Posted May 22, 2024 Solution Posted May 22, 2024 Or install attached with dpkg -i armbian*.deb armbian-config_24.5.0-trunk_all__1-SA8477-B2b14-R448a.deb 0 Quote
Dyfcom Posted May 22, 2024 Author Posted May 22, 2024 2 hours ago, Igor said: Or install attached with dpkg -i armbian*.deb this worked on a fresh installed armbian: apt update && apt upgrade -y wget -O armbian-config.deb 'https://forum.armbian.com/applications/core/interface/file/attachment.php?id=12473&key=a65459c80c08c1043133549c7b2b7b01' apt --fix-broken install dpkg -i armbian-config.deb Thanks @Igor! Note: I am on Armbian_23.02.2_Nanopim4v2_bullseye_current_5.15.93_minimal. And not on Armbian_community_24.5.0-trunk.667_Nanopim4v2_bookworm_current_6.6.31_minimal. I am using it for OpenMediaVault! 0 Quote
Dyfcom Posted May 28, 2024 Author Posted May 28, 2024 Ok, I have to say that. Today I tested something and used a new fresh installed SD-card Armbian_23.02.2_Nanopim4v2_bullseye_current_5.15.93_minimal (image from above). And armbian-config was able to install over apt apt update && apt upgrade -y apt install armbian-config Cheers 1 Quote
Hannes Posted 1 hour ago Posted 1 hour ago (edited) I have the same problem running a board with v26.2.1 for Rock 5B Plus running Armbian Linux 6.1.115-vendor-rk35xx Packages: Debian stable (trixie) that there is no install candidate named 'armbian-config'. I have two different systems running Armbian, one with "Debian (stable) Trixie" (which has the problem) and one with "Ubuntu stable (noble)" (same Kernel 6.1.115-vendor-rk35xx, same v26.2.1 dist) which has NO problem getting Armbian-Config package updated. After copying the apt-source from one to the other (Ubuntu -> Debian), it works fine. Was that intended? Here the code of the copied file '/etc/apt/sources.list.d/armbian.sources': Types: deb URIs: https://github.armbian.com/configng Suites: stable Components: main Signed-By: /usr/share/keyrings/armbian.gpg Looks like it works fine now ... Could you please confirm if I am doing okay with this? Thx in advance Edited 46 minutes ago by Hannes additional infos and copied apt-source config 0 Quote
Werner Posted 58 minutes ago Posted 58 minutes ago https://github.com/armbian/configng/releases 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.