this post was submitted on 09 Mar 2024
499 points (95.8% liked)

memes

17384 readers
1447 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] smileyhead@discuss.tchncs.de 46 points 2 years ago (2 children)
[–] jj4211@lemmy.world 40 points 2 years ago (2 children)

You left "sudo" off that last frame.

[–] AnUnusualRelic@lemmy.world 5 points 2 years ago

The script will prompt you.

[–] bruhduh@lemmy.world 1 points 2 years ago* (last edited 2 years ago)

Blackarch be like

[–] oce@jlai.lu 8 points 2 years ago (2 children)

Some of those can be good if you want a single command to install on any OS.

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

Bash/Sh on Windows? And what's so bad about 2-3 separate commands anyway?

[–] jj4211@lemmy.world 3 points 2 years ago* (last edited 2 years ago)

I assume he refers to npm/pip/cargo to be the multiple os option, not saying the last one is obviously better for multiple os. At least that has to be because that's the only option that is os independent.

Of course it sucks because the essentially uncurated dependency trees result in either instability on updates, or missing updates. Of course also the natural OS updater won't help you out with pip/cargo/npm, but it will help with apt, yum, snap, and flatpak.

[–] oce@jlai.lu 1 points 2 years ago* (last edited 2 years ago)

I was talking about the other ones, but since you mention it, yeah, many people use Bash on Windows, from Git Bash which is part of Git on Windows, which pretty much any developer forced to use Windows will install in order to use Git.
Developers often prefer to have less interfaces to maintain when possible.

[–] smileyhead@discuss.tchncs.de 1 points 2 years ago

Gets the job done, but shoudn't and isn't intended for non-programmer end user.
I'm not mad at small programs or developers with not much time to setup a distribution pipeline, they should be praised for their work at the program itself. But different OSes have different places to unpack a program and this allows simple updates, we should respect that for consistency at user end. Expect it's Windows, which is a unspecified mess anyway, let's go and unpack everything raw on C:\ or into user directory.