this post was submitted on 06 Oct 2023
923 points (95.9% liked)

linuxmemes

20889 readers
435 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] pete_the_cat@lemmy.world 17 points 1 year ago (1 children)

Well it does technically, the issue we're talking about is how it's packaged, one you extract the package the software will work just the same (assuming there aren't any version mismatches between kernel modules). DEBs (Debian based distros) and RPMs (RedHat based distros) are the two biggest package formats, the next common format is a tar ball.

[–] baseless_discourse@mander.xyz 9 points 1 year ago* (last edited 1 year ago) (3 children)

Add to this, this gives birth to more modern packaging format like flatpak, appimage, and snap, that works across all distro with proper permission control.

Now for most graphical apps, you just search on the app store and click install, like a iphone user.

[–] xigoi@lemmy.sdf.org 3 points 1 year ago

Don't mention the S-word here, some people might come out of their basement to tell you how it's the worst thing since proprietary software.

[–] uis@lemmy.world 2 points 1 year ago (1 children)

like a iphone user.

I DON'T WANT THIS

[–] baseless_discourse@mander.xyz 0 points 1 year ago (2 children)
[–] PipedLinkBot@feddit.rocks 2 points 1 year ago

Here is an alternative Piped link(s):

https://www.piped.video/shorts/59dQ-5sjDLc

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source; check me out at GitHub.

[–] uis@lemmy.world 2 points 1 year ago (1 children)

Iphone is most locked-down anti-consumer pile of garbage and this is how you defend it?

[–] baseless_discourse@mander.xyz 2 points 1 year ago (1 children)

There are different aspect to the same product. IPhone is lockeddown and aniconsumer, but it doesn't mean every aspect of it is not worth taking a lesson from.

In order for linux to have mass apeal, it will need to be simple by default, and that is where the app store model shines, you just search and click install, everyone can figure that out.

But that doesn't imply linux has to be lockdown and anticonsumer like iphone. If you want to compile your own kernel, you should have freedom to do so.

[–] uis@lemmy.world 1 points 1 year ago (1 children)

and that is where the app store model shines, you just search and click install, everyone can figure that out.

This is how linux works for last 30 years...

[–] baseless_discourse@mander.xyz 1 points 1 year ago* (last edited 1 year ago) (1 children)

Except now you dont need to worry about outdated software even on a super stable base. You get proper permission control and a mispackaged app cannot break the entire system.

[–] uis@lemmy.world 1 points 1 year ago* (last edited 1 year ago) (1 children)

You get proper permission control and a mispackaged app cannot break the entire system.

How did this come up in discussion?

Anyway. Mispackaged app may also include broken permission control.

[–] baseless_discourse@mander.xyz 1 points 1 year ago (1 children)

How did this come up in discussion?

Because permission control is what most people expect on phone application, which is another way linux has great default UX that is similar to what happens on phones.

Finally, I don't think a mispackaged app is supposed to be able to break out of the application sandbox, unless some bug is exploited.

Unless you are referring to the fact that some app are packaged with overly-permissive default permissions. But most people can change the default permission, and only grant permissions that makes sense.

[–] uis@lemmy.world 1 points 1 year ago (1 children)

Finally, I don't think a mispackaged app is supposed to be able to break out of the application sandbox, unless some bug is exploited.

At least one of mentioned formats(AppImage) is regular executable. There is no need to break out of sandboxing when maintainer didn't put it in sandbox in the first place.

Anyway, mainline distros have selinux or apparmor profiles. Sanboxing exists outside of three yet another "universal" package formats.

But most people can change the default permission, and only grant permissions that makes sense.

You mean people who package or end users?

[–] baseless_discourse@mander.xyz 1 points 1 year ago (1 children)

I mean user can manage permissions to override the default, like apps on other platforms.

[–] uis@lemmy.world 1 points 1 year ago

Basically how it is and was before mega-binaries.