Alternative to very large update on PinebookPro

Hi all. The Pinebook-Pro Laptop has been refreshed. Tow-Boot has been installed and Manjaro from the image Manjaro-ARM-kde-plasma-generic-23.02.img.xz has been installed. This works well.
However the system is telling me it now has 506 updates awaiting. Using pacman -Syyu (then -Syu second try) to update, I encountered dozens of y/n questions and a very long update process. I have paused this as my last attempt failed. Is there a better way?

Although I use x86_64 and not ARM, I’m relatively certain there is not, sadly. There is the --noconfirm you can try, but even the man page says it’s not a good idea:

$ man pacman
[...]
--noconfirm
Bypass any and all “Are you sure?” messages. It’s not a good idea to do this unless you want to run pacman from a script.
[...]

Not really - but as mentioned above - this could work - if none of the default answers is No :slight_smile:

With the intention of commenting - I just did the same operation my pinebook pro.

I suggest you switch to unstable branch first, as it is more up-do-date than stable or testing - then do the update.

sudo pacman-mirrors -aS unstable
sudo pacman -Syu

Any ideas on how to proceed? Is it just a matter of removing
/etc/xdg/konsolerc ?

Hi,

My noob solution, build your own unstable image…

To add or remove some packages modify this file (choose your desktop environment here)
/usr/share/manjaro-arm-tools/profiles/arm-profiles/editions/

Find the build image here
/var/cache/manjaro-arm-tools/img/

Thanks for your suggestion. I followed the post by linux-aarhus and the update completed. The system is now fully up to date. Thanks everyone!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.