(07-28-2021, 09:34 PM)henrythemouse Wrote: OK, checked the apt repos as listed under /etc/apt:
Code:sources.list:
deb http://deb.debian.org/debian bullseye main
Code:sources.list.d/mobian.list:
deb http://repo.mobian-project.org/ bullseye main non-free
The first repo is the debian main repo for bullseye.
The second repo is indeed the Mobian repo, where the pool has alot of the phone specific software. This repo is not listed in the software application repositories dialog as a Mobian repository. Although, now that I look at it again, I can see that it is listed.
Nice to know that it's still around. Seems like putting it into bullseye too soon would not be a good idea.
That could be a two year sentence with only security updates.
Can you give those exact file names in /etc/apt/sources.list.d please?
I only have /etc/apt/sources.list.d/extrepo_mobian.sources not the ones you listed on my pinephone with these contents:
Code:
Types: deb deb-src
Components: non-free main
Suites: unstable
Uris: http://repo.mobian-project.org/
Architectures: amd65 arm64 armhf
Signed-By: /var/lib/extrepo/keys/mobian.asc
I would also like the flatpack repo, I am assuming that you need the unstable repo to install flatpack(then you can flatpack install apps)?
this is the guidance of the wiki:
Quote:Mobian has an unstable distro do you can test some of the later (but less tested) packages
The easiest way you can switch to using this repository is by simply changing the line bullseye to unstable in /etc/apt/sources.list.d/mobian.list. This way, you will be getting all your Mobian packages from https://repo.mobian-project.org/unstable main non-free instead of https://repo.mobian-project.org/bullseye main non-free.
but since those files are missing for me I will wait for guidance before I break my update system.
if you, henrythemouse, could paste your repos with file names in code boxes it would be cool.