PINE64
Unable to Update Manjaro Plasma Mobile - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone Pro (https://forum.pine64.org/forumdisplay.php?fid=177)
+--- Forum: PinePhone Pro Software (https://forum.pine64.org/forumdisplay.php?fid=179)
+--- Thread: Unable to Update Manjaro Plasma Mobile (/showthread.php?tid=16044)



Unable to Update Manjaro Plasma Mobile - ragreenburg - 02-10-2022

So I got my Pro a couple of weeks ago and did the initial update with the `pinephonepro-post-install` or whatever the command was but since then any time I run `sudo pacman -Syu` it says there is nothing to do. What am I missing here?


RE: Unable to Update Manjaro Plasma Mobile - dexy - 02-11-2022

By default, /etc/pacman-mirrors.conf has the branch set to arm-stable. If you want to update you may choose to change your branch to arm-testing. Make sure your device doesn't lose power when you update after you've run pacman-mirrors with your preferred options.


RE: Unable to Update Manjaro Plasma Mobile - dexy - 02-11-2022

Or rather, do not let your device enter suspend while updating as the Pinephone Pro currently has problems waking from suspend and seems to require a hard reboot and doing so caused a partial upgrade in my situation which corrupted and required me to manually reinstall a number of packages. Editing ~/.config/powermanagementprofilesrc may be helpful as I believe the idletime values render somewhat pointless the settings you choose in the Plasma Mobile Settings app.


RE: Unable to Update Manjaro Plasma Mobile - ertizpau - 02-11-2022

Run command 

Code:
sudo pacman-mirrors --get-branch



it will show:


'arm-stable'




then if want more frequent updates and less stable environment, run


Code:
sudo pacman-mirrors --set-branch testing --api

sudo pacman -Syyu

sudo reboot now



RE: Unable to Update Manjaro Plasma Mobile - ragreenburg - 02-11-2022

Thanks for the help!