flatpack on mobian - 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: flatpack on mobian (/showthread.php?tid=15764) |
flatpack on mobian - jyoung - 01-16-2022 Does anyone know how to install flatpack on mobian? It's not findable in the "software" app, and 'apt-get install flatpack' returns that it can't find the package. I found one forum thread which suggested that flatpack is available through the unstable repository. If this is true, is there a way to switch to unable for just this package? RE: flatpack on mobian - linmob - 01-16-2022 It's flatpak, not flatpack. Maybe that helps :-) RE: flatpack on mobian - jyoung - 01-16-2022 Ah, indeed it is. In fact, it's already installed. Thanks! I'll mark this thread as 'solved'. RE: flatpack on mobian - beta-user - 01-19-2022 Does anyone know how to uninstall flatpak on Mobian Bookworm? It seems to be installed by default, but I don't want to install software through anything else than apt, because I don't trust it. When I try to remove flatpak it also wants to remove packages like mobian-phosh. RE: flatpack on mobian - pajux - 01-19-2022 (01-19-2022, 10:20 AM)beta-user Wrote: Does anyone know how to uninstall flatpak on Mobian Bookworm? It seems to be installed by default, but I don't want to install software through anything else than apt, because I don't trust it. When I try to remove flatpak it also wants to remove packages like mobian-phosh. It's more important then to remove any flatpak installed + any repository. Once you do that, and if you never download and manually install a flatpak, you won't accidentally install any. RE: flatpack on mobian - beta-user - 01-20-2022 (01-19-2022, 08:30 PM)pajux Wrote:(01-19-2022, 10:20 AM)beta-user Wrote: Does anyone know how to uninstall flatpak on Mobian Bookworm? It seems to be installed by default, but I don't want to install software through anything else than apt, because I don't trust it. When I try to remove flatpak it also wants to remove packages like mobian-phosh. I haven't installed anything through flatpak. I don't think I've used it at all and it seems that it's included by default in Mobian and required by phosh. I don't understand why. Is phosh installed and updated through flatpak? I would have to check on a fresh install to be sure. RE: flatpack on mobian - pajux - 01-25-2022 (01-20-2022, 05:38 AM)beta-user Wrote: I haven't installed anything through flatpak. I don't think I've used it at all and it seems that it's included by default in Mobian and required by phosh. I don't understand why. Is phosh installed and updated through flatpak? I would have to check on a fresh install to be sure. Because Phosh as originally envisioned by Purism, would have all end-user applications distributed as Flatpaks. And I suppose for Mobian, flatpak is installed by default to avoid breaking that, and because it's useful for many people -- for a while, for example, Fractal (a Matrix client) was only distributed as a flatpak (something I think the Debian team has remediated ) RE: flatpack on mobian - beta-user - 01-26-2022 (01-25-2022, 09:39 PM)pajux Wrote: Because Phosh as originally envisioned by Purism, would have all end-user applications distributed as Flatpaks. And I suppose for Mobian, flatpak is installed by default to avoid breaking that, and because it's useful for many people -- for a while, for example, Fractal (a Matrix client) was only distributed as a flatpak (something I think the Debian team has remediated ) That's pretty weird! For me it's a big flaw. Flatpak is a less secure alternative to apt. I checked the phosh package in Debian and I don't see flatpak as a dependency. So either I missed it or it must be possible to use Phosh without Flatpak. RE: flatpack on mobian - user641 - 01-26-2022 https://wiki.mobian-project.org/doku.php?id=faq&s[]=flatpak#how-do-i-install-flatpak |