10-20-2025, 04:25 AM
(10-19-2025, 01:20 AM)biketool Wrote: To clarify do we update /etc/apt/sources and sudo apt dist upgrade as I did from bookworm to trixie?
basically yes. but mobian has some differences, so things do not go same way necessarily.
this for debian:
https://www.debian.org/releases/stable/r...ading.html
mobian sources taken from mobian trixie 13 image. you may need update gpg key file.
Code:
##
## mobian
## sources for trixie
##
[apt]$ cat sources.list
deb http://deb.debian.org/debian trixie main non-free-firmware
deb http://security.debian.org/ trixie-security main non-free-firmware
[apt]$ cat sources.list.d/mobian.sources
Types: deb deb-src
URIs: https://repo.mobian.org/
Suites: trixie
Components: main non-free-firmware
Signed-By: /usr/share/keyrings/mobian-archive-keyring.gpg
[apt]$