3 points

Of all the reasons to be like “Windows bad, Linux good!” This one doesn’t really hit.

Of all the actual differences, this is the one people think makes Linux superior? This is just a circle jerk lol.

permalink
report
reply
5 points

You don’t love heading to the terminal to add the executable flag and run it?

permalink
report
parent
reply
7 points

I right click in nautilus to open the properties window and check the checkbox :)

permalink
report
parent
reply
5 points

Honestly: Yes. It’s an example that perfectly encapsulates how windows “as a concept” actively babies and dumbs down its users. I the 00’s, nobody had a problem with file extensions, but now that we’re working with users that have grown up with computers we suddenly need to remove them because they’re “too confusing”?

permalink
report
parent
reply
28 points

I’m literally trying to get into Linux and one of the first things was installing software, which involves copying and running random bits of code from whatever website has the highest search result. I would say a lot of software is running code you have no idea what it does.

permalink
report
reply
24 points

Installing software on Linux almost never involves “copying and running random bits of code” unless you have a need for some really obscure program. Learn how to use your distribution’s package manager.

permalink
report
parent
reply
1 point

I mean, bash is a code.

Till next time

permalink
report
parent
reply
21 points

Learn how to use your distribution’s package manager.

Also

sudo apt update

sudo apt upgrade

covers what, about 60% of Linux desktops?

permalink
report
parent
reply
5 points
*

And sudo apt full-upgrade when a new OS version is available.

full-upgrade is the same as upgrade except it’ll remove old packages if required. (e.g. programs that don’t support the new version and hold back the upgrade due to old dependencies). When upgrading Debian to a new release, I usually first run upgrade, then run full-upgrade and read the output very carefully before continuing.

permalink
report
parent
reply
4 points

if we’re being fair, it did involve a lot of that historically. Package managers weren’t always around and even after they became established, there was still a lot of fiddling with bad drivers and various distributions had policies which didn’t allow certain software with certain licenses to be setup through their package repository and so on and so forth. Sure nowadays this is less of an issue, but then windows security is also much better than it used to be. People here seem to want to compare the latest Ubuntu to windows 98

permalink
report
parent
reply
18 points

Those are just tutorials showing how to install something. Typing flatpak install firefox is one and the same as going into the app store, searching for Firefox and clicking “install”. Tutorial websites would just show terminal as it’s more universal.
If they ask you to actually download some file there is something very wrong.

I often see people overwhelmed by universality of some things. Instead of searching “How to install Firefox on Linux?” what should be learned is “How to install software on Linux?” and, unless met with something badly ported, never do the search again.

But what my meme is about is Windows-only style of having some file and by default having no idea if that’s going to run in some program or be a program.

permalink
report
parent
reply
17 points

While I totally agree with you about package managers, I still run into a lot of apps that the only install option is a .deb downloaded from a webpage. Which is comparable to running a .exe on windows.

permalink
report
parent
reply
3 points

is a .deb downloaded from a webpage

deb-get is useful for these.

I hate directly installing Debian packages because I forget to update them (since apt won’t update them). I usually either use deb-get or create my own repo for the app using Aptly.

permalink
report
parent
reply
32 points

I ask this with full sincerity - are you unaware of the package manager?

permalink
report
parent
reply
-2 points

In much the way I am aware of the Windows store: I avoid it and work to get the software directly from the source. I regularly run into the issue of software not being there or being of unknown version.

Perhaps that is some bias from Windows following me over.

permalink
report
parent
reply
-1 points

Lol

permalink
report
parent
reply
10 points

In much the way I am aware of the Windows store: I avoid it and work to get the software directly from the source.

That is not the way things work on Linux - the repos essentially are the source. It is intended for apps to be packaged and distributed through official repos precisely to avoid the issues you listed, which are more often issues of downloading from sites. Package managers take care of incompatible versions and conflicts. That’s definitely a Windows bias my friend :P

permalink
report
parent
reply
31 points

That is definitely your Windows bias haunting you. Package managers are the way to get software on your Linux distro. Going straight to the source has it’s place, but for 95% of use cases, you should be using your package manager.

permalink
report
parent
reply
8 points

Ok but imagine if Microsoft got altruistic and made the Windows store to be as helpful as possible and not as a marketing or user control scheme. That’s the package manager in Linux.

permalink
report
parent
reply
2 points

You’re doing it wrong. Get it from your package manager lol

permalink
report
parent
reply
3 points

Wait, are you setting up PPAs? If you’re using a user-friendly distro, either flathub should be enabled by default or the AUR is easily accessible with pamac or the chaotic-AUR. If software availability is a problem, I don’t know what to tell you; I think you started with a more difficult distribution than you intended to. PPAs suck.

permalink
report
parent
reply
15 points

He has a point tho. The amount of copy pasting random shit from the internet into the console is way too comon if you go down the rabbit hole on some issues with the system and find a solution on some abandoned by god itself linux forum. To be fair its usualy just a comand that does shit for you in 5 seconds so you dont have to use gui buuut it does happen and i can tell what this stuff does but the average user likley dosent . Alghtough it might be less common today. Its been quite a long time since i last broke my system.

permalink
report
parent
reply
2 points

I mean, I never do that without downloading the script and reading it. I also read makepkg files. It doesn’t take that much to validate these things

permalink
report
parent
reply
77 points

The OS designed to prime the population into bad cyber security practices so they are more easily able to exploit and scam later on.

takes off tinfoil hat

permalink
report
reply
21 points

You have a point though. Why hide file types by default unless you believe the users are too dumb to ever learn what a few letters mean.

permalink
report
parent
reply
29 points

Hate to break it to you, but most users are that dumb.

permalink
report
parent
reply
7 points

If they’re that dumb leave the extensions on and let their eyes glaze over it like they would anyway. Hiding the extensions doesn’t seem beneficial in any way.

permalink
report
parent
reply
2 points

I’ve seen people deleting those ugly *.exes and *.mp3s from their files. Hopefully they learned to not to, but I’ve heard cases who didn’t.

permalink
report
parent
reply
3 points

Governments and banks love to do it too.

permalink
report
parent
reply
8 points
*

Winget is their standard packaging solution

The rest is accurate but it’s user error

permalink
report
reply
3 points

Have yiubused Winget? It’s a very flawed piece of software.

permalink
report
parent
reply
15 points

Winget wasn’t a thing until 2020, and they at least partially stole it from an open-source project AppGet

permalink
report
parent
reply
3 points

Are you saying the meme is no longer relevant?

permalink
report
parent
reply
11 points
*

Are you saying any sort of majority of PC software is now delivered via winget?

‘Standard’ in this context is referring to the frequency/popularity of use, especially among the people for whom file extensions would be confusing.

permalink
report
parent
reply
1 point

I thought winget was the Linux cli tool for downloading from http. What tool am I thinking of?

permalink
report
parent
reply
5 points

Wget?

permalink
report
parent
reply
2 points

Oui oui weget

permalink
report
parent
reply
1 point

Yes! Thanks! I had a major brain fart!!

permalink
report
parent
reply
1 point

winget doesn’t even work properly. I tried installing gcc with it and it installed some random chinese package.

permalink
report
parent
reply
1 point

winget install -e --id libjpeg-turbo.libjpeg-turbo.GCC

?

permalink
report
parent
reply
1 point

too late now, I wiped it with a nice EndeavourOS install ages ago

permalink
report
parent
reply
36 points

where Linux?

permalink
report
reply
39 points

50% of being a Linux user is hate towards Windows so I’d say it fits

permalink
report
parent
reply
11 points

You say that like it’s a bad thing

permalink
report
parent
reply
6 points

Hell naw, fuck Microsoft 🖕

permalink
report
parent
reply
13 points

the other 50% is hate torwards nvidia

permalink
report
parent
reply
15 points

And 100% of it is fair

permalink
report
parent
reply
6 points

80% of the reason to move to Linux is hating Windows, so yeah

permalink
report
parent
reply
2 points

It’s what brought me over! And then I learned so many more reasons to hate it that I hadn’t even known about lol

permalink
report
parent
reply
3 points

I moved to Linux because of free software. Not necessarily of hate for Windows

permalink
report
parent
reply
14 points

You know a more fitting comminity to post it?

permalink
report
parent
reply
4 points

Maybe we should make windowsmemes.

This community may as well be hatewindowsmemes

permalink
report
parent
reply

linuxmemes

!linuxmemes@lemmy.world

Create post

Hint: :q!


Sister communities:

Community rules (click to expand)

1. Follow the site-wide rules
2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of “peasantry” to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
4. No recent reposts
  • Everybody uses Arch btw, can’t quit Vim, and wants to interject for a moment. You can stop now.

Please report posts and comments that break these rules!

Community stats

  • 6.7K

    Monthly active users

  • 1.3K

    Posts

  • 69K

    Comments