this post was submitted on 17 Oct 2023
87 points (98.9% liked)

Linux

48072 readers
1 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

Implements support for waydroid in vso, this includes creating and deleting a waydroid container, as well as using fdroid repositories to install and search for applications.

top 12 comments
sorted by: hot top controversial new old
[–] Pantherina@feddit.de 21 points 2 years ago* (last edited 2 years ago) (2 children)

This is huge! Just integrating F-Droid into their mix package manager is really badass.

Because the only good way to autoupdate the Android apps is from the PC host using waydroid app install. But F-Droids release images are totally random and also not as secure as using the API. Having repo support is waaay better.

[–] gonzoknowsdotcom1@monero.town 13 points 2 years ago

yes vanilla os 2.0 is huge and it's now on debian

[–] fmstrat@lemmy.nowsci.com 0 points 2 years ago (3 children)
[–] rush@lemm.ee 6 points 2 years ago (1 children)

Eh, obtainium doesn't verify signatures, it quite literally just scrapes sources.

[–] fmstrat@lemmy.nowsci.com 3 points 2 years ago (1 children)

When F-Droid builds direct from repo, signs and downloads to your phone, is it really that different from pulling the APK directly from the original repo?

[–] rush@lemm.ee 5 points 2 years ago (1 children)

It doesn't sign it locally, it verifies the file you downloaded is already signed properly as it should be. This ensures the download isn't broken but also that the app is from who they claim it is.

[–] fmstrat@lemmy.nowsci.com 1 points 2 years ago (1 children)

But they need that because they are not the source, right? I feel like I'm missing something. Developer makes app on say, GitHub, how is going through F-Droid more trustworthy than the source?

[–] rush@lemm.ee 2 points 2 years ago (1 children)

because obtainium gets many apps directly from F-Droid.org too, not just github

And for those downloads, it does no verification

Not on GitHub either, where signatures are often attached together with the APK.

[–] fmstrat@lemmy.nowsci.com 1 points 2 years ago

Oh I follow now. Interesting. Perhaps this will become a PR if I ever have time.

[–] redd@discuss.tchncs.de 1 points 2 years ago (1 children)

Does it also follow the rule to not allow closed source API? (Notification,Location,..)

[–] fmstrat@lemmy.nowsci.com 1 points 2 years ago

No, it gives the user the choice to pull whichever versions they want.

[–] Pantherina@feddit.de 1 points 2 years ago

Isnt that just a semi working feedreader for Github and other sources?