This was made by someone who has never used either
Eh, Windows complaints tend to get pretty hyperbolic much of the time. It’s slow and annoying but I’ve always worked with it
But the description of the Linux update process matches my experience with mint, pretty much. I even use the GUI update utility because it will put a little icon in the bottom corner of the screen. It’s quick even if I’m using a program that’s going an update, and if the kernel gets updated it’s just like “hey remember to reboot buddy!”
Literally
My desktop/laptop experience for both is as follows:
Windows update, at least since the inception of the concept has never required me to go to a browser (unless you count w98 “everything is a website” concept for the desktop or the far in between instances were a PC was offline/having issues and you need to download update packages)
It also updated windows applications (ie office) but yeah it never intended to upgrade other stuff, all other software had their own auto update check
I’ll concede the restart because yeah it does all for that
But yeah Linux install is not without issues, and I’ll just remind everyone of how difficult it was/is to install a component driver when it’s not automatically found (wifi cards, disk controllers, and Realtek drivers anyone?)
Yeah it does update your apps, as long as you have the repos, and restart wise I distinctively remember that you do need to do restarts after updates, be it major distro or not.
Simple commands? I’ll concede that, as long as we remember the average Linux user is used to a less user friendly experience. Complain ask you want but for the average user, windows update experience works
Thankfully I don’t need to deal with all that stuff now
I haven’t had a driver issue except for Nvidia where the driver exists, but it sucks
NVIDIA is the second biggest wankstain of a thing on my computer, unfortunately AMD didn’t put high end GPUs in laptops so there wasn’t a whole lot of choice.
What’s so hard about sudo pacman -Syu
Is easy
No sketchy website like having to go to Firefox.com to download Firefox. Ughhh
winget install firefox
Whoosh?
Besides missing dependencies or repositories for more nice software this kinda closely matches my experience though.
(Ignoring winget, becaust it is not really the mainstream way to install windows software)
What is your specific issue with this?
Mostly that this hasn’t been my experience with Windows for like 20 years.
They might as well bitch about dropping their punch cards.
I still (have to) download scetchy executables on Windows when I want to install most programms, while on debian I can install most programs via apt and a few repositories. Even when it’s not a standard repo I still prefer it over random executables because while the security is just as bad at least I get updates without having to open the program itself.
But what resonated with me most have been the restarts for updates. Happened way to often that I wanted to stop working but cant just shut down windows without updates and the accompanying reboots. (If I don’t check up in between to decrypt the disk on startups it’ll just sit there and run out the battery and I have to do the restarts on the next workday). On debian I just klick the power button, it hibernates (or I shut it down if I’m in the mood) and os updates are completely seperate from that.
What sketchy executables are you downloading?
What makes downloading steam from valve more sketchy than allowing a Linux repo to run arbitrary code as root on your machine for every single one of thousands of pieces of software maintained by strangers?
I remember going to source forge to download MPC-BE
Later found out that they were adding adware to executables
i love when i need to search for dll files
I don’t know about all the arguing and snark, but… I’ve been using Ubuntu (laugh it up) on my work laptop for the last 3ish years, and the vast majority of the time it really is “click install updates. wait 2 minutes. ok every program on your computer is up to date, just don’t forget to restart Firefox”. Can’t think of a time where updating sucked. Sometimes I even go through the terminal just because it makes me feel cool to be a hackerman.
I dread updating my windows pc at home. Cuts into my WoW time too much.
I’ve switched over a year ago and that’s the thing that, looking back, sticks out to me the most as well. It’s just insane that practically every application I used had its own update routine. Lesser used apps I had to update every single time before using them. Just constant interruptions everywhere.
Winget is a step in the right directions, but it still has to build upon and work around that same shaky foundation, and it shows.
Still pretty ez
Coincidentally my windows PC needed to update when I got back to it. It took like 15 minutes and 2 restarts. I legit pulled out my Ubuntu laptop and Sudo apt-get upgraded that bitch just to flex on Bill Gates.
I can’t laugh it up as I use Ubuntu with a K.
Missing dependency? Don’t you like living away from your parents?
no restart required
Not true for immutable
Nixos doesn’t need a restart
You’re forgetting winget. It’s actually really good.
Winget sucks ass. Fails half of the time, lists way too much I did not install through Winget m, even had apps broken because of bad updates through Winget.
Never had these problems with scoop or chocolatey though.
That sucks. I use it to handle all software on my work dev machine and haven’t had any issues so far. We basically use it to set up clean machines and it’s worked perfectly so far.
lists way too much I did not install through Winget
That’s one of the features though. You can update apps via Winget even if you didn’t originally install them via Winget.
Let’s not cherrypick scenarios to try and pretend Linux is easier than Windows. Most normal people are nervous interacting with a GUI pop-up that gives them two options, never mind putting them into a terminal window where they could seriously fuck yo their machine. What about clicking the download link on a webpage, clicking next a few times and having them software on your machine, compared to having to build something from GitHub (how many people here have never had to do that?).
Compiling from GitHub is cherry picking the worst case especially for “most normal people” and frankly they should be using the software store GUI in their DE to install and update software with nice easy buttons to click.
Frankly software management for a normal person generally is easier on Linux than it is on Windows for stuff made to run on Linux.
But don’t worry someone will respond with nvidia’s shitty proprietary drivers.
been using linux for a few years both on servers and my pc and I never had to build sth myself
Unless you have a system without a GUI, you don’t need to open a terminal in order to update or install stuff. There is a GUI for that. And no, you don’t need to build stuff from GitHub for normal user stuff…
I tried that on linux, it doesn’t work if you want to do more than browse the web and other basic stuff.
You can do some seriously advanced stuff on windows using only GUIs
We were talking about normal user stuff that normal users do, not “seriously advanced stuff”… And I agree that most normal users probably don’t want to use terminals because they are not familiar with them. But normal users probably don’t and shouldn’t do “seriously advanced stuff”, no?
Yes, if you are trying to do “serously advanced stuff” (whatever that means), chances are you will probably need a terminal (or a terminal will at least be easier), but you shouldn’t be doing “seriously advanced stuff” unless you know what you are doing anyway…
I just wanted to install steam, but it wasn’t in the package manager list.
Then I tried apt-get and that didnt work, I forgot why.
You don’t have to do seriously advanced stuff on linux to run into issues without using the terminal.
My point was, even if you actually do some advanced stuff on windows you still don’t have to use the terminal.
It’s not realistic that you don’t have to use the terminal on linux if you want to do any more than web browsing and some text editing, etc.
That doesn’t mean that linux is bad, but let’s be realistic about what it is.
Weird, I would expect Steam to be in the Ubuntu repos (assuming that’s what you were using, since you mention apt), but maybe not. As for apt, or apt-get, they are just the terminal equivalent of the GUI package manager (synaptic? it’s been a minute since I ran ubuntu), so if something isn’t in the repos, apt at the terminal won’t find it either. If it’s not in the repos, you should be able to download and install steam from the website just like you would in windows. It gives you a .deb file which will launch just like an executable installer in Ubuntu. But to your point, yes, sometimes things in linux take a little extra thinking to get to work. Getting accustomed to the way Linux works can help overcome hiccups like this. Windows has many quirks as well, it’s just that if you use WIndows often you know your way around them.
I just wanted to install steam, but it wasn’t in the package manager list.
Maybe you used Debian, which only allows free software in their default repo? But then you won’t be able to just install it with apt either. But even if it is not in the repository, you could still go on steam website and download the package from there, so literally the same experience as on windows…
You don’t have to do seriously advanced stuff on linux to run into issues without using the terminal.
Like what?
It’s not realistic that you don’t have to use the terminal on linux if you want to do any more than web browsing and some text editing, etc.
10 years ago, or maybe even 5 years ago, I would have agreed with you. Not anymore though, not if you use a half-way beginner friendly distro…
Yup, it was debian. I think I tried adding another repo, but gave up before I got it to work. I didn’t try to just download the file, because I had done that before and all I could do is extract whatever is inside the file, but not install it.
It was around 2 years ago, maybe Linux has gotten that much more user friendly in the last two years, but I doubt it.
That experience is highly dependent on the Linux distro you’re using. Steam comes preinstalled on gaming-centric distros like Nobara or Pop!_OS. More “general purpose” distros like Mint or Ubuntu might require adding an apt repository before you can install steam from their GUI package managers, but adding an apt repo can be easily accomplished with a GUI as well.
Basically, if there’s no guide for installing steam for a given distro, or the process of installing steam is more than a couple easy steps, that specific distro probably isn’t well suited to run steam.
To install Steam on most distros with popular DE’s, you click the software store to open the software store. If Steam isn’t listed in the front page then just click the search box and start typing Steam.
When you see it, click the install button.
When it is done open it by clicking the Open button or pressing the Windows (or Super) key and type Steam. Click it when you see it.
Not using the terminal is like buying a race car and not using the higher gears. I mean, you can, but what’s the fucking point?
I have a lot more fun in my performance car avoiding the top gears, actually. Like after 3rd im already losing my licence on the spot and getting bent over by the law, higher gears are just that but worse.
Ok so what exactly is the big advantage you get when installing updates from a terminal as opposed to installing it via GUI? If I read your analogy, one could think it is faster, but I don’t think it is.
- update:
Hotkey open terminal -> sudo apt update/upgrade -> done. Never had to touch the stupid mouse. Same with all sorts of tasks.
- email:
Hotkey open terminal -> neomutt -> quickly sort/delete/reply -> done. Never had to touch the stupid mouse.
- file transfer:
Hotkey open terminal -> scp <info> -> done. Never touched the mouse.
and so on.
If you like using a GUI, use a GUI. I’m not saying you can’t, but you sure are missing out on a lot of command-line awesomeness. I’ve never heard anyone argue that a GUI is quicker than command line, just more comfortable for a lot of neophytes. I mean, sure, gaming, browsing the web, graphics stuff, GUIs are great, if not essential.
On my private PC, I’m using a GUI/Mouse anyway (browsing, gaming, etc). I have to do 2 clicks to update.
If I use terminal, I have to open terminal, then I have to either login as root or run update as sudo, which means I have to authenticate.
If I already have an open terminal, I might be faster. Otherwise, I’m about as fast as with GUI. In any way, there is no significant benefit to updating software via terminal vs GUI, especially if you are an enduser who does not have significant experience with shells…
For many tasks I agree that a shell is better and faster once you have basic knowledge for it, but it is a reality that many basic users are not used to using a shell or are even scared to use one… And at least since I’ve been use Fedora a couple of years ago, I think using a GUI for basic stuff is reasonably viable without having a significantly worse experience and not comparable with “not using all gears in a car”.
Most normal people only ever use the browser. Even image or video editing is niche for the average person
Most normal people are nervous interacting with a GUI pop-up that gives them two options, never mind putting them into a terminal window where they could seriously fuck up their machine
Maybe this is a problem that we should be addressing, rather than just making technology more of a black box, and raising generations of people who have no fucking concept of how any of it works.
If you have a driver’s license, do you know a car works besides the basic maintenance that is checking your oil and keeping the tires inflated? Some people don’t even do that last one, while it’s a thing you should check regularly.
I think it’s a good thing the general public is able to use a computer without knowing the inner workings, but it also shouldn’t be obscured from them if they want to know/learn.
Lots of people don’t care enough to learn
Those that do probably don’t go to linuxmemes though.
and raising generations of people who have no fucking concept of how any of it works
Only two generations were got to be technologically literate.
Greatest and Silent generations helped create computing, Boomers helped create important software such as DOS, Gen X and Millennials helped develop the Web, Gen Z is still going into computing and development jobs and Gen Alpha is too young to consider
Let’s not cherrypick scenarios to try and pretend Linux is easier than Windows. Most normal people are…
Let’s not cherry pick users then. I don’t care about your normal users. My experience is better on Linux.
Let’s also not conflate “ease” with historical behavior.
Taking previous experience out of the equation, it is easier to type
apt upgrade
and reboot to update your entire system than to click through 300 times in the system and multiple apps with reboots.That is a fact.
You don’t even need the terminal. There is a interface to update if you are using a DE.
Like 3 clicks lol
Huh? 3 clicks to update Windows, Adobe, Office, that random text editor, VSCode, Steam, on and on and on…
- Open powershell
- Type Winget upgrade --all
- Hit enter.
It’s the same as most Linux distros, just different commands / syntax.
Huh, looks like that would do my list above except the Adobe Suite. A shame that’s not on by default. Good info.
Most normal people are nervous interacting with a GUI pop-up that gives them two options
Sadly no. They should be nervous if it’s about making changes to their system. In reality however Windows conditioned them to just click the button labeled “Yes” or “Okay” without even reading the pop-up in the first place.
This applies to pretty much all “Linux good, Win/MacOS bad” memes. I just assume that people either aren’t really serious about them and it’s just tongue in cheek, or they don’t have any contact with regular people.
I used to work as a(n assistant to the) sysadmin and the things I got called over never stopped to amaze. For instance, there was a case when software was updated on the work machines and I got called because some lady couldn’t use Adobe Acrobat. “It is asking me something, I don’t know what”. I come over and it’s just a TOS Accept/Decline window.
Some people do not understand computers to an extent that they can lock up in a state of confusion when a button has been moved 100px in any direction from its usual position.
or they don’t have any contact with regular people.
This gets my vote, the memes are so disconnected from reality they feel forced and not funny
Naah, i think they’re just ragebaiting all the MS fanboys.
It works too judging by all the shit in this forum.
The meme isn’t funny; but some of the reactions it provokes are hilarious. Though some of them are obviously counter-ragebait too. “Akshually i never have to restart to update windows since 2008”. :)
Wait till you accidentally overwrite the system python.
I’ve been a Linux user on and off since 1996, and there are still times when I give up trying to install software because of cryptic error messages.
Yes, I had my parents using Linux Mint for about 5 years, but eventually my brother who lived near them switched them to Windows because if there was a problem with Linux he couldn’t help.
Don’t worry, this is definitely the year of the Linux desktop.
Perhaps its just gotten better, but I’ve been on it for a year or two now, and I haven’t come across an error message that didn’t bring up solutions when copy/pasted into google. Definitely varies by distro though, I was on EndeavourOS for most of that time, and being Arch, it has like infinite documentation.
I haven’t had a DLL issue in Windows in like 20 years.
I haven’t had to restart to install / uninstall anything since WinME.
Found the guy who never updated his windows since ME
What? An OS install isn’t the same as installing / uninstalling something. Xp, 7, 10… I don’t restart when installing shit.
So you never did windows update
That’s not installing something; that’s fundamentally changing the OS… what is happening in this thread?!
Which is exactly what you can do in linux, live patch the kernel and carry on
Only thing I can think of is installations that include drivers. And even then, not all of them.
Anything that hooks into explorer.exe tends to require windows to reboot.
Or just kill explorer and let it instantly reload.
If you kill explorer.exe manually it doesn’t respawn. You have to star the process yourself again.
Unless something changed in the past year.
Nah it’s auto restarting since at least windows 10 (2015)
No. It’s not. I spun up a vm and killed explorer.exe. How long should I be waiting? Cause I"m several minutes in and explorer hasn’t restarted itself yet. Also tested it on my VR computer (only non-linux physical machine in the house).
Here I’ll even stream it for you. https://cast.saik0.com. I kill the process at basically 16:00(MST) it’s been 5 minutes now and the stream is going.
Edit: Over 19 minutes now… Still waiting for it to restart…
Edit2: Over an hour now… Still waiting for it to automatically restart. BTW the machine is windows 11. Latest patch/update.
I did
I didn’t
The Windows updating experience, both the system and apps via the Microsoft Store is so fucking bad it’s unbelievable. Shit just stops working all the time, updates fail, grinds the whole system to a halt etc.
For several years now I’ve been unable to update apps in the Microsoft store in one go, I have to open it, click “get updates” and the circular progression bar goes to about 1/5 and then just stops. So I have to close the app, wait a few minutes, open it again and then press the “play” button for every single app that has updates for the download to actually start, nothing else works. It’s been the same for Windows 10 and 11 across four different computers.
There was a Windows 10 update several months ago, might even have been last year that just failed for a ton of people and it took months before it was fixed.
That’s actually a major reason I switched to linux. Windows security update kept failing with no solution for like 6mos. Afaik there is still no solution.
When you make fun of something that really isn’t an issue it just makes your side look worse. Windows has real problems, but installing shit ain’t it.
My dad can install anything on windows with clicks, he can’t do shit with a terminal.
I’m a power user and love GUIs. I’ll use git desktop all day everyday, instead of typing shit in a command line. It’s one button press vs typing paths and hoping you don’t misspell shit.
I don’t really get the whole command line fetish, there are no extra points in life for doing things the harder way.
The GUI app centers on most distros are quite usable without command line wizardry and reduces the risk of dodgey download sites
Power users are just regular users with an ego.
GUI is like fast food, sure you can eat it and enjoy it, and you will live to see another day, but it’s inferior in every way to everything else. The real problem is that people start acting like fast food is the default food and start looking at people who eat raw or cook their own food or pay for food at a restaurant as being full of themselves.
There are countless real advantages to CLI over GUI, but allowing people to use their computer effectively by fumbling around isn’t one of them.
Yay -S app is hard? Or apt install app? Or flatpak?
Being used to a habit doesnt make the habit the default way. Humans adapt quickly.
All of that is harder than a double click, yes.
There are not msny apps installed in windows using only a single double click…
Ok i double clicked on my desktop, nothing happened. Can you elaborate?
You’ll figure it out. You seem very bright.
You don’t
Pot calling kettle black.
You are as clever as you are wise.
You can double click on pamac and synaptic too. You just seem slow. Double click on App images too. You just giving yourselves a title of " power user" doesn’t make you one.
apt install funbox funbox not found apt install fun-box fun-box not found apt install openfunbox openfunbox not found Google openfunbox “use apt install open-funboxxx”
That is way yay is superior 🤓
Ah, yes. I also love it when I search for firefox on my new PC with Edge (without adblocker) and get sponsored malware in the results.
I still use windows but I think installing software on Linux is way more convenient. Especially with the AUR.
Check the name of this community again.
A simple analogy is, would you rather have keyboard with a-z and symbols you can use to build words/sentences, or would you want a wordlist you can scroll and click, while expanding words in groups, and having to find non-frequent words with a lot of difficulty to make up sentences.
Command line use is harder if you come from gui. But the main use case of command line are:
- automation: anything you can do in a command line, can be copied in a script,
- uniformity: every software now has almost the same format of use,
- flexibility: gui almost always has less options than command line, and many times options are hidden within a lot of tabs and options.
- Auto complete: whenever someone complains about terminal being hard to use and spelling mistakes I think about this. I think many people that come from GUI don’t know about auto-completion on terminal. It’s easy to see which options are available, easy to choose files, wildcards for multiple files, and all that
- piping: command line allows you to chain one command with another. You have a command to list all your music files, chain that with a search command to search files within them. Now if you need to search in a python code, you use the same search command, just different command to read the file. You basically have lego blocks (old ones) that can be used to make anything.
I can understand people being afraid of command line when they start, but I think many people come with biases and don’t use good terminal and other tools to make things easier.
Open terminal
See whether the app is in my distro’s repos, flathub, or snapcraft (It’s not)
Go on the internet, search up the app’s name
Download the AppImage (might be a virus)
LibFuse2 is not installed (fuck me)
Install LibFuse2
Install Gearlever to integrate AppImage into my desktop
I can finally launch the app
> does use arch/nix
“why cant i find my package in the repos?”
Ah yes, downloading builds from unvetted third parties and running their installers as root. Truly the Linux way.
and this is different to windows how …?
u do realize that u can (and should) read the
PGKBUILD
file? and check the git url which it’s cloning. or check the sha if its a binary package.Most windows stuff can be installed as non-admin these days.
NixOS builds are all vetted
People can also use the Nix package manager on any distro, and run their apps using nix-shell, so that they don’t need to install as root.
Even if that’s needed, you can update apps w/o reboot usually (when sandboxed), and move opened files around (seriously wtf, Windows)…
When the hell would I need to update my Windows because of an app update? I only restart when there is a system update, which you have to do on Linux too if you want your kernel to stay up to date.
Well, it was what happened the last time I touched Windows in ‘22 (for work) – maybe a policy thing that a corporate app had elevated access and that’s why it forced a reboot on me for (some of the) “regular” app updates?
That’s more likely.
Good to challenge misconceptions regularly, so thank you! :D
On that topic… I assume not being able to move opened files (my “go-to” use case was a PDF in Acrobat) is still unfixed though, right? Seems like that’d require a major OS and applications change to be made possible.
That I can confirm. Windows won’t let me move files if any app is using them. I sometimes do it by accident when I’m editin an office document, realize it’s in the wrong folder so I try to drag it to Documents. That won’t work. But I got used to it pretty quickly.
Why would you want to mv, not cp, a file that is actively opened by a file system. Is that even possible on Linux? I could swear I’m regularly blocked from manipulating things with open file descriptors.
Fuck, I hate AppImages so much. Never heard of gearlever, thanks i hope this helps a lot.
WinGet: Am I a joke to you?
WinGet, choco, scoop, &c, they all have strengths and weaknesses, which is why I had to write this: https://github.com/brianary/scripts/blob/main/Update-Everything.ps1
It’s also why I use Linux at home.
You need to update a bunch of separate things on Linux too, though. For example, apt or dnf, rpms and debs that aren’t in a repo (although Deb-get handles some of those), Flatpak, Snap, fwupd for firmware, plus language-specific things (npm, dotnet, cargo, Python, etc). At least the UIs handle a lot of it now.
That’s why I use NixOS. 100,000 packages so you really found something niche if it didn’t have it
Winget-ui is great, except Microsoft hasn’t figured out to conceptually make two installs of the same product get treated the same – absolutely pathetic that if you install VLC from their website you can never ever ever use Winget VLC without uninstalling the other.
That does work for me in general, might be a problem with the specific app where the 2 builds are somehow incompatible
Happens on…maybe 30% of installs
Yes
What the actual fuck are you smoking?
At least update this meme to the 2010s if you won’t go to the 2020s