PINE64
How to update Manjaro to 20.10 - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: Pinebook Pro Tutorials (https://forum.pine64.org/forumdisplay.php?fid=117)
+--- Thread: How to update Manjaro to 20.10 (/showthread.php?tid=11933)



How to update Manjaro to 20.10 - pineitup - 10-24-2020

Apparently Manjaro ARM 20.10 was released recently, but how do I update to this version?
There are no available updates in the add software app, and Manjaro is providing the images, so do I need to reinstall the OS on the eMMC?
What's the fastest way to proceed with the update?

Thank you


RE: How to update Manjaro to 20.10 - nightranger73 - 10-25-2020

just open terminal and type

Code:
sudo pacman -Syyuu

for regular updates -Syu it's enough 

From Wikipedia: 
ArchLinux (Manjaro's based on ArchLinux) uses a rolling release model, meaning there are no "major releases" of completely new versions of the system. A regular system update is all that is needed to obtain the latest Arch software
The installation images released every month by the Arch team are simply up-to-date snapshots of the main system components usefull if you need to reinstall your system or if you need to make a new install


RE: How to update Manjaro to 20.10 - pineitup - 10-25-2020

(10-25-2020, 01:54 AM)nightranger73 Wrote: just open terminal and type

Code:
sudo pacman -Syyuu

for regular updates -Syu it's enough 

From Wikipedia: 
ArchLinux (Manjaro's based on ArchLinux) uses a rolling release model, meaning there are no "major releases" of completely new versions of the system. A regular system update is all that is needed to obtain the latest Arch software
The installation images released every month by the Arch team are simply up-to-date snapshots of the main system components usefull if you need to reinstall your system or if you need to make a new install

I see. Thank you!


RE: How to update Manjaro to 20.10 - ricardo1934 - 01-01-2021

(10-25-2020, 03:43 PM)pineitup Wrote:
(10-25-2020, 01:54 AM)nightranger73 Wrote: just open terminal and type

Code:
sudo pacman -Syyuu

for regular updates -Syu it's enough 

From Wikipedia: 
ArchLinux (Manjaro's based on ArchLinux) uses a rolling release model, meaning there are no "major releases" of completely new versions of the system. A regular system update is all that is needed to obtain the latest Arch software
The installation images released every month by the Arch team are simply up-to-date snapshots of the main system components usefull if you need to reinstall your system or if you need to make a new install

I see. Thank you!

Sorry for the empty reply. Any idea why this does not work? I have tried and this what comes:

error: failed retrieving file 'core.db' from manjaro-arm.moson.eu : The requested URL returned error: 404
error: failed retrieving file 'core.db' from mirrors.dotsrc.org : The requested URL returned error: 404
error: failed retrieving file 'core.db' from ftp-osl.osuosl.org : The requested URL returned error: 404
error: failed retrieving file 'core.db' from notmaindomain.me : The requested URL returned error: 404
error: failed retrieving file 'core.db' from www.uex.dk : The requested URL returned error: 404
error: failed retrieving file 'core.db' from mirror.scachemaille.ch : The requested URL returned error: 404
error: failed retrieving file 'core.db' from y0sh.co : Could not resolve host: y0sh.co
error: failed to update core (invalid url for server)
error: failed retrieving file 'extra.db' from manjaro-arm.moson.eu : The requested URL returned error: 404
error: failed retrieving file 'extra.db' from mirrors.dotsrc.org : The requested URL returned error: 404
error: failed retrieving file 'extra.db' from ftp-osl.osuosl.org : The requested URL returned error: 404
error: failed retrieving file 'extra.db' from notmaindomain.me : The requested URL returned error: 404
error: failed retrieving file 'extra.db' from www.uex.dk : The requested URL returned error: 404
error: failed retrieving file 'extra.db' from mirror.scachemaille.ch : The requested URL returned error: 404
error: failed retrieving file 'extra.db' from y0sh.co : Could not resolve host: y0sh.co
error: failed to update extra (invalid url for server)
error: failed retrieving file 'community.db' from manjaro-arm.moson.eu : The requested URL returned error: 404
error: failed retrieving file 'community.db' from mirrors.dotsrc.org : The requested URL returned error: 404
error: failed retrieving file 'community.db' from ftp-osl.osuosl.org : The requested URL returned error: 404
error: failed retrieving file 'community.db' from notmaindomain.me : The requested URL returned error: 404
error: failed retrieving file 'community.db' from www.uex.dk : The requested URL returned error: 404
error: failed retrieving file 'community.db' from mirror.scachemaille.ch : The requested URL returned error: 404
error: failed retrieving file 'community.db' from y0sh.co : Could not resolve host: y0sh.co
error: failed to update community (invalid url for server)
error: failed to synchronize all databases

I wish you a happy new year.
Best regards, happy and healthy hacking,

Ricardo


RE: How to update Manjaro to 20.10 - wdt - 01-01-2021

Manjaro changed the repo a few months ago, I bet you have an install from 1st 1/2 of 2020
The repo needed a manual update to new repository address, check manjaro forum


RE: How to update Manjaro to 20.10 - ricardo1934 - 01-02-2021

(01-01-2021, 12:39 PM)wdt Wrote: Manjaro changed the repo a few months ago, I bet you have an install from 1st 1/2 of 2020
The repo needed a manual update  to new repository address, check manjaro forum
Yes, now I know that I still have 19.12. But I have tried what stays in Manjaro forum:
https://forum.manjaro.org/t/pinebook-pro-cant-update-404-errors/42960

following the instructions I have leaved
Code:
https://manjaro.moson.eu
as the only mirror and I still become a 404 error.

Thanks in advance

Ricardo


RE: How to update Manjaro to 20.10 - nightranger73 - 01-04-2021

As in Manjaro forum it should be
Code:
Server = https://manjaro.moson.eu/stable/$repo/$arch

unless you were on testing or unstable branch

As per instructions:
Edit the first mirror to point to https://manjaro.moson.eu - don’t touch the branch/$repo/$arch - just change the host - then do a complete sync


RE: How to update Manjaro to 20.10 - Jack Kim - 07-26-2021

I have reinstalled the OS and also followed all the steps perfectly but the problem is still there.


RE: How to update Manjaro to 20.10 - jiyong - 07-31-2021

(07-26-2021, 04:51 AM)Jack Kim Wrote: I have reinstalled the OS and also followed all the steps perfectly but the problem is still there.

Which version did you install?