this post was submitted on 06 Jan 2024
37 points (60.6% liked)

linuxmemes

20686 readers
747 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
[โ€“] BiggestBulb@kbin.run 3 points 8 months ago* (last edited 8 months ago) (5 children)

I 100% get that (and I know it's an archive), but I'm just saying why doesn't double-clicking a .tar.gz just run "tar xf file.tar.gz | sh" on that file? Or check if there's an executable in the extracted files and then run it if there is, and if it's just an archive of files then open the extracted folder?

[โ€“] 0x4E4F@sh.itjust.works 2 points 8 months ago

What if I don't want to install it, even if there is a binary in there? What if I just wanna open the archive and see it's content?

The OS does the smart thing. The header says it's an archive, so we treat it as just that, an archive. Commercial OSes like Windows and MacOS are the oddballs out, not Linux. It just interprets the cold hard truth - this is an archive, I have no idea what's in it, you tell me what to do with it, end of story.