PINE64
How to make the Manjaro Gnome image update - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114)
+--- Thread: How to make the Manjaro Gnome image update (/showthread.php?tid=10646)



How to make the Manjaro Gnome image update - TDC_PBP - 07-12-2020

FAIR WARNING: After I followed these steps and then updated Manjaro it failed to boot. Until the image itself is updated, I do not recommend installing this variant of Manjaro!
The current Manjaro Gnome image is very old. Manjaro has changed how it updates, so in order to make it update I ran the below command from this comment (https://forum.manjaro.org/t/all-mirrors-returns-error-404/123901/17) in the Manjaro forums:

Code:
sudo pacman -U http://ftp-osl.osuosl.org/pub/manjaro-arm/repo/stable/core/aarch64/pacman-mirrorlist-20200225-1-any.pkg.tar.xz

and then ran pacman -Syyu after. Unfortuantely, that didn't work, as pacman was making a fuss about the xorgproto package, so after a little googling I ran the command: pacman -Rdd libdmx libxxf86dga, which removed the problematic package and allowed me to update.
Hope this saves somebody some time!
EDIT: So that brought the updates up to April. In order to be fully up to date I had to edit my pacman mirrors file (I copied and pasted this from same Manjaro forum, just further down: https://forum.manjaro.org/t/all-mirrors-returns-error-404/123901/22)
  1. Edit your
    /etc/pacman.d/mirrorlist
  2. file, so only this line is present:
Code:
Server = https://manjaro.moson.eu/arm-stable/$repo/$arch



RE: How to make the Manjaro Gnome image update - mangofett - 07-13-2020

Nice job! I saw that the image was outdated but I just went the lazy route and installed Gnome/ripped out KDE from the default install - was surprisingly painless.


RE: How to make the Manjaro Gnome image update - TDC_PBP - 07-13-2020

Apparently sometimes the lazy route is better Smile . After going through all the work to get the Manjaro GNOME image to update it ended up not booting after installing all the updates  Angry . So until the image is updated, I do not recommend installing it.