PINE64
How to upgrade Phosh on Pinephone? - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Arch Linux on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=159)
+---- Thread: How to upgrade Phosh on Pinephone? (/showthread.php?tid=17168)



How to upgrade Phosh on Pinephone? - ibid - 08-18-2022

Hi, I have local/danctnix-phosh-ui-meta 0.2.2 installed and local/phosh 0.17.0-1.

I have been unable to upgrade phosh to 0.20.0-1

Is this possible? When I run 'sudo pacman -Syu' it replies that there is nothing to do. Must I re-flash a whole new image? Or is there some way to upgrade my current installation?


RE: How to upgrade Phosh on Pinephone? - mikehenson - 08-18-2022

WARNING This can cause problems.

These packages are on danctnix-testing server.

Update the phone as is:
Code:
sudo pacman -Syu

Restart the phone
Code:
sudo reboot

TURN ANIMATIONS ON
The animations can be turned on / off in the settings (Settings > Accessibility > Enable Animations).

add the danctix-testing to the pacman config

Code:
sudo nano /etc/pacman.conf

Add these lines to pacman.conf
Code:
[danctnix-testing]
Server = https://p64.arikawa-hi.me/danctnix-testing/aarch64/

Sync the pacman databases
Code:
sudo pacman -Sy

update only the phosh and phoc. Danctix has other package on the test server that you may not want right now.
Code:
sudo pacman -S phosh phoc

Restart the phone
Code:
sudo reboot

remove the danctix-testing to the pacman config

Code:
sudo nano /etc/pacman.conf

Remove these lines to pacman.conf
Code:
[danctnix-testing]
Server = https://p64.arikawa-hi.me/danctnix-testing/aarch64/