PINE64
Mobian updates for phosh - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: General Discussion on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=127)
+--- Thread: Mobian updates for phosh (/showthread.php?tid=15768)



Mobian updates for phosh - steves - 01-16-2022

Howdy,
This is likely a very stupid question... However, I've been keeping my pinephone up to date running mobian via `apt-get update; apt-get full-upgrade`, and have noticed that it's still on phosh 0.11.0-1mobian1, when the latest phosh is 0.14.1. Also looking at debian the latest stable is 0.08.0, and the latest unstable is 0.13.1.

Why is phosh stuck at such an old version or is there something wrong with my mobian updates?


RE: Mobian updates for phosh - vusra - 01-17-2022

https://blog.mobian-project.org/posts/2021/08/11/bullseye-release/

Upgrading from
Code:
bullseye
to
Code:
bookworm
won’t be automated and will require editing your
Code:
sources.list
files: simply replace
Code:
bullseye
with
Code:
bookworm
in both
Code:
/etc/apt/sources.list
and
Code:
/etc/apt/sources.list.d/mobian.list
.
Notes:
  • if you originally flashed your device with an image older than April 26th, 2021, will have to edit
    Code:
    /etc/apt/sources.list.d/extrepo_mobian.sources
    , replacing
    Code:
    Suites: mobian
    with
    Code:
    Suites: bookworm

  • if you were using Mobian unstable so far, you will only need to edit
    Code:
    /etc/apt/sources.list
    : our current
    Code:
    unstable
    repo will keep being the entry point for all new and updated packages we upload



RE: Mobian updates for phosh - bcnaz - 01-17-2022

Or just download and flash the latest weekly release ?