Mobian repository status - 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: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139) +---- Thread: Mobian repository status (/showthread.php?tid=14506) Pages:
1
2
|
Mobian repository status - henrythemouse - 07-24-2021 I checked my repository listing from within the Software app. It shows two debian repos (main and non-free), flathub, and two firmware repos. I was looking for the Mobian repo. Has the need for a Mobian repo been eliminated by the updated debian repos? Or is there something not quite right with my system configuration? The Pine Phone is working better than ever. I'm just concerned that my phone won't be getting the latest updates. RE: Mobian repository status - Zebulon Walton - 07-24-2021 When I run "apt-get update" the repository "http://repo.mobian-project.org" is still checked for updates. RE: Mobian repository status - biketool - 07-26-2021 Can we have a good example /etc/apt/sources.list.d/ with commented out for contribs(anbox) and unstable so we can more easily edit than having to type on a screen keyboard in vi? Even posting here would be cool so I can ssh and fix mine. RE: Mobian repository status - henrythemouse - 07-28-2021 OK, checked the apt repos as listed under /etc/apt: Code: sources.list: Code: sources.list.d/mobian.list: 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. RE: Mobian repository status - biketool - 08-01-2021 (07-28-2021, 09:34 PM)henrythemouse Wrote: OK, checked the apt repos as listed under /etc/apt: 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 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 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. RE: Mobian repository status - biketool - 08-03-2021 I had some time... This is now my sources.list (changed to unstable and removed space between URL and unstable) Code: deb http://deb.debian.org/debian/unstable/ main changed it to Code: deb http://deb.debian.org/debian/unstable/ main contrib non-free this is the extrepo_mobian.sources edited for unstable Code: Types: deb deb-src Code: deb [trusted=yes] http://repo.mobian-project.org/unstable/ main non-free ok got it working and flatpak is installing now.... RE: Mobian repository status - biketool - 08-09-2021 I looked at the output form apt update: and this was in there along with good hits on the http://repo.mobian-project.org/unstable repo Code: E: The repository 'http://deb.debian.org/debian/sid main Release' does not have a Release file. /etc/apt/sources.list Code: deb http://deb.debian.org/debian/unstable/ main contrib non-free What is wrong with that line?? RE: Mobian repository status - User 18618 - 08-10-2021 @biketool Your SourcesList may be malformed, see the Debian Wiki: sources.list format, Example sources.list Try this: Code: deb http://deb.debian.org/debian/ unstable main contrib non-free The SourcesList is composed such that you define:
There is an FAQ entry for this, I'd suggest not interfering with the repositories beyond what is outlined there, as Mobian takes an unorthodox approach to configuring repositories. RE: Mobian repository status - biketool - 08-10-2021 (08-10-2021, 02:25 AM)jed Wrote: @biketool Your SourcesList may be malformed, see the Debian Wiki: sources.list format, Example sources.list Yup... it was the space between deb.debian.org/debian and sid(or buster) I commented out my line and added Code: deb http://deb.debian.org/debian sid contrib non-free Just to not I had to hand add the sources.list file it was missing in this install. (edit) I also tweaked /etc/apt/preferences.d/00-mobian-priority so mobile friendly Mobian updates are chosen over Debian I moved /etc/apt/preferences.d/00-mobian-priority to /etc/apt/preferences.d/00-mobian-priorityOLD then made a new /etc/apt/preferences.d/00-mobian-priority Code: Package: * RE: Mobian repository status - nelstomlinson - 08-10-2021 Does Mobian do backports? Or will Mobian Bullseye be not quite frozen? I really want stability and don't want to enable testing if I can avoid it. |