PINE64
Updating/ upgrading PPP Explorer with KDE Plasma - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone Pro (https://forum.pine64.org/forumdisplay.php?fid=177)
+--- Forum: General Discussion of PinePhone Pro (https://forum.pine64.org/forumdisplay.php?fid=178)
+--- Thread: Updating/ upgrading PPP Explorer with KDE Plasma (/showthread.php?tid=15953)



Updating/ upgrading PPP Explorer with KDE Plasma - Pinoideae - 02-02-2022

Anyone had any success updating/ upgrading PPP Explorer with KDE Plasma?

There's a thread on updating/ upgrading, but it's focused on Manjaro. I'm on Explorer with KDE Plasma and trying to install software, but it seems I need to perform an update. It's not working in Discover, so I want to do it via terminal, but I don't want to brick the phone.

I gather I need to run:
sudo pinephonepro-post-install

Then what?


RE: Updating/ upgrading PPP Explorer with KDE Plasma - Frost1776 - 02-03-2022

I was running Manjaro kde plasma.

I eventually came across this command

Sudo rm /var/lib/pacman/db.lck

Then ran 

Sudo pacman -Syyu

I'm fairly new to Linux so it took me awhile to find the right commands. But I couldn't update mine either and those commands worked for me.


RE: Updating/ upgrading PPP Explorer with KDE Plasma - Luziferus - 02-04-2022

(02-03-2022, 01:46 AM)Frost1776 Wrote: I was running Manjaro kde plasma.

I eventually came across this command

Sudo rm /var/lib/pacman/db.lck

Then ran 

Sudo pacman -Syyu

I'm fairly new to Linux so it took me awhile to find the right commands. But I couldn't update mine either and those commands worked for me.

This is correct. Regardless of your Desktop Environment (KDE Plaskma for example) the PPP comes with Manjaro preinstalled. So your code to update the system is the right one. 

Some ppl experienced that the database for updating the system packages was locked. This can happen from time to time if a running update quit unexpectedly. 
In addition you may experience something like "PGP key error" or "keychain error" etc -> look at this solution if so:  https://forum.pine64.org/showthread.php?tid=15868&pid=105737#pid105737


RE: Updating/ upgrading PPP Explorer with KDE Plasma - Emilio - 02-05-2022

Sudo pacman-db-upgrade && Sync
And then
Sudo pacman -Syu


RE: Updating/ upgrading PPP Explorer with KDE Plasma - frankt - 02-05-2022

(02-04-2022, 11:49 AM)Luziferus Wrote:
(02-03-2022, 01:46 AM)Frost1776 Wrote: I was running Manjaro kde plasma.

I eventually came across this command

Sudo rm /var/lib/pacman/db.lck

Then ran 

Sudo pacman -Syyu

I'm fairly new to Linux so it took me awhile to find the right commands. But I couldn't update mine either and those commands worked for me.

This is correct. Regardless of your Desktop Environment (KDE Plaskma for example) the PPP comes with Manjaro preinstalled. So your code to update the system is the right one. 

Some ppl experienced that the database for updating the system packages was locked. This can happen from time to time if a running update quit unexpectedly. 
In addition you may experience something like "PGP key error" or "keychain error" etc -> look at this solution if so:  https://forum.pine64.org/showthread.php?tid=15868&pid=105737#pid105737
Thank you both for your information. The "sudo rm.." failed for me. I then ran the solution in the thread, which showed many errors, then prompted to delete old files, I chose Y for all. I ran "sudo rm.." and it installed some updates and restarted. Next update failed, ran sudo pacman -syyu again and it completed all updates. 
It now shows:
KDE Plasma Version 5.23.5
KDE Frameworks Version 5.90.0
Qt Version 5.15.2
Kernel Version 5.16.0-rc4-1-MANJARO-ARM
Very happy to finally have it updated.


RE: Updating/ upgrading PPP Explorer with KDE Plasma - Pinoideae - 02-06-2022

Thanks everyone. All updated. System info shows:

KDE Plasma Version 5.23.5
KDE Frameworks Version 5.90.0
Qt Version 5.15.2
Kernel Version 5.16.2-2-MANJARO-ARM

These worked for me:

Sudo rm /var/lib/pacman/db.lck
&
Sudo pacman -Syyu

Although when I ran sudo pacman the first time the connection timed out and the upgrade failed. I turned off screen lock and dim (which only sort of work) and ran it again and it worked.