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.
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.
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"
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.
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 up 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?).
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.
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.
But this is the classic Linux user mentality; Linux shouldn’t get easier, users should get smarter.
If computers can be easier to use then why should people instead sacrifice loads of time learning how to operate them? Most people have other things to be getting on with.
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.
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..
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.
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.
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.
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!”
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 maintain a bunch of PC's and 2 of them won't update anymore with some vague error code that only has a microsoft community forum post as search result. I'll get it fixed, but Windows update is not quite flawless and a non tech person would be lost at this point.
People seem to be having a hard time grasping that most of the time it works great on both Windows and Linux. Majority of people will have a solid experience. But on both platforms, when things go to shit, you need to get your hands dirty. And with that final thought, I like to add that because of it's openness, is usually easier to troubleshoot an issue on Linux because it doesn't obscure what it's doing unlike Windows ("Please wait...", "Setting things up", ... dafuq u doin, it says 100%, is it doing anything still or is it hanging?). Windows' vagueness has been a pet peeve of mine and it's only getting worse. I'm perfectly ok shielding it by default, but give me a verbose option.
IDK, but I more often had issues with installing apps to Linux than to Windows, usually dependency-hell related ones, but once I had trouble enabling snap on Linux Mint.
Unless you're updating the kernel itself, there is little chance you actually need to reboot your machine. Just restarting whatever service or application you're using should do the trick.
This is the same on Windows, you can just carry on and then complete an update when you go to shut down the machine. Can't remember the last time an app install or update required the whole OS to be restarted immediately.
Honest question, as I usually just restart to be sure I haven't missed to restart a service or something, but theoretically I could restart every program and service, that got updated.
Afaik mint just says you have to restart but don't forces you. Iirc it was there to avoud any glitches which could be caused by apps interacting with each other in different versions(say some system app got updated and desktop environment is still the old since its loaded before update then cause gui mismatch due to different versions of ui toolkit)
I mean, in this case Windows doesn't force you to restart either, you can just keep chugging along with the restart icon at the bottom right... That icon can stay there for weeks on my girlfriend's laptop
Yep. I'm on EndeavourOS which is about as far as you can get from Mint without going to like Slackware, LFS, or BSD. Basically every single run of pacman prompts for a reboot. I'm sure I could restart individual services or subsystems instead, but that's not what the OS popup says.
Depends on your kernel, the distro kernel, and your package manager settings. One of the biggest selling points for Redhat is the live patch kernel updates with zero down time. However, Redhat is the original Linux distro and their devs do a lot of the kernel code maintenance and development.
Redhat is not the original. Just of the ongoing projects, there is both Slackware and Debian, which are both older than Redhat. Redhat stands out because they are a commercial, for profit company, so they have more money and resources to invest in Linux development than most organizations, and they have a vested interest since it is their product base.
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.
Been using Linux off and on since 2003-ish. I remember the days of having to compile applications and having to download various dependencies. Linux now is so streamlined and easy. Minus gentoo.
somepackage requires otherpackage version >10.1.79
otherpackage is already at latest version
Have fun compiling it yourself and messing up what is managed by the package manager and what's not. And don't forget that the update might break some other package along the way
Don't use apostrophes wherever you see an "s" at the end of a word. If you're unsure about whether or not to use an apostrophe, just don't. Because statistically, there are far fewer cases where you need 'em than there are cases where you don't. Plus if you missed the apostrophe where it should be, people will just assume you didn't bother to type it or it was a typo. Whereas if you do type it where it shouldn't be, it's a clear case of "this person doesn't know how apostrophes work".
Most of the time you can just download a release and place the binary in path (or a symlink).
Compiling it yourself should not 'messing up' anything, it should build locally:
./configure
make -j$(nproc)
Now it's just built, nothing on your system has changed. make install will place requisite files where they need to go, but this generally configurable via prefix or equivalent. You may need to install dependencies, but that's usually a simple exercise in reading the output from the configuration step.
Compiling software is easy as fuck and is incredibly flexible.
Huh, pacman always seemed to automatically work out those dependency loops, or whatever you want to call them, when I was on EndeavourOS. The only time I had an issue with updating was when I went like two weeks without updating, and then ran out of harddrive space halfway through installing the 600 updates.
I've been running Bazzite for several months now, and updating is absurdly easy and unintrusive. It's basically impossible to fuckup (and if you do, it's extremely simple to rollback). I can really see immutable/atomic being the future of Linux.
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.
ohhh this one hit a nerve. the butthurt windows users community is out in full force :D And there are still Stockholm syndrome victims delusional enough to think that Windows is easier to install / maintain without realizing that the only thing that has them insist is habit.
This kind of reads as being addicted to the smell of your own farts?
Nothing in that godawful, arcane, confusing black screen with white text is ever going to be better than clicking on buttons that have English words I can actually understand.
If you were raised by the matrix and like doing things the hard way with memorized commands, that's fine with me and kind of cool in a way, but it is definitely the hard way.
They are. I have about the same success rate with Proton and WINE(via Heroic Launcher) as to when I still duel booted Windows. If you're talking about games with rootkit anticheats, I never played those in Windows anyway.
I mean they are. I game constantly and use a Linux only machine. The only games that don't work are crappy anti cheat games from Epic. And they are crappy. So who cares?
I duel booted just for those and it wasn't worth the headache. Linux is far superior in every way.
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.
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'm preparing for a new computer build and I have some questions. I'm feeling really scorned by Windows 11 and its incompatibility with my current hardware as well as the overall sense of that my privacy is being invaded. I'm not super familiar with linux, but I have messed around with various distros.
The build I'm planning to put together will likely use an AMD processor, but I'm uncertain about the GPU (definitely AMD or Nvidia). With my current build, RX 480 and i5-6500 I have found that in recent years I get massive artifacts in relatively old games such as Planetside 2 and Path of Exile (I also play Magic Arena quite a bit, but haven't experienced any issues there). I even get screen tearing when watching youtube or amazon prime. It's possible that my card is just dying, but considering that I don't consistently see these issues across multiple applications I feel like it might be a driver issue.
I'd really like feedback and to know more about Linux gaming (especially with the games mentioned) as well as experience with AMD, Nvidia, and Intel hardware.
In my experience, gaming worked great on Linux Mint. Overall, you may encounter issues with online gaming but only because the servers will see you're using Linux and decide you must be cheating. Not really an issue with Linux, more an issue with the devs not doing a proper job.
ProtonDB is a good resource to understand what games run well on Linux and what issues you may encounter.
Oh wow, that cheating bit is interesting and something I would not have thought of. The games I play are prominently online, do you know if this is an issue with them?
For me, nvidia with proprietary drivers works great, just make sure to have correct dependency packages installed for vulcan etc. (should just work in most distros if their recommended way of installing nvidia drivers is used)
I think mixing app and system dependencies is not the best idea, and Linux desktop is still fighting its impact.
When all the apps on a consumer laptop is expected to depend on the same dependencies, the system likely run into dependency hell, which means many apps needs to be downgraded in order to keep older apps working.
This mixture of system dependency and app dependency also prevents users to use the the latest version of an app on a hyper stable base system.
Flatpak basically aim to solve this problem, where each app chooses their own dependencies, so you don't need to downgrade all your app just because one app depends on python 2.7.
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.
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.
Android has that issue too. Can't install the same app via fdroid and play store. Sounds logical though. Even Arch pacman won't continue of it detects existing files it doesn't know about.
I don't like windows either, but updating with Winget in terminal works pretty good. Not as good as with Linux, but better than downloading every app via browser.
Chocolatey is the best option I've found for this on Windows:
Chocolatey was created by Rob Reynolds in 2011 with the simple goal of offering a universal package manager for Windows. Chocolatey is an open source project that provides developers and admins alike a better way to manage Windows software.
You can install & uninstall software from the command line and update everything installed through it with one command.
It's not a real package manager of course. It can't update the operating system, and Windows applications aren't built for modularity and shared libraries the way Linux applications are. But it does automate application management like nothing else. I highly recommend this if you use Windows.
There's winget now too, which is the official Windows package manager. I've used it a couple of times now and worked as expected, not sure how it compares to chocolatey outside of simple app installs though.
I love winget, at least for the initial installation. No more having to search the the download and click through a gui. Just one or two commands (two if searching for the id) and done.
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.
Windows side of things is getting better though, thanks to winget. Not perfect and it f's up with certain packages but already a lot better than updating by hand.
Windows is not getting better,
CoPilot, Recall, all more unwanted spyware..
UniGetUI is a good way to maintain software on Windows in a Linux fashion through package managers,
however that does not change that the underlying OS is pure spyware.
"But you still have to smack down a few walls, disable the cameras we added, find a way to go trough your door without having your anus print registered with us, and keep us from moving your furniture to our warehouse, all for your convenience ofcourse."
As soon as I realized that Microsoft laughs at people trying to harden Windows I switched to Linux and never looked back. Microsoft doesn't care about you hardening it and they don't care about cracked versions in the slightest. You're a statistic with an advertisement in your home and you'll still be making money for them.
One thing that no one can argue is better on windows is app updates.
On Linux, my apps update through the app store or a terminal command.
On Windows, the app has to create its own auto-updater that usually means it bugs you for permission (sometimes if it's something like Adobe or Office it'll keep an update-checker service running!). Otherwise your app is just stagnant forever.
It's not impossible for Windows to fix, there's chocolatey and winget but they're always going to be a niche alternative to the shitty systems Windows gives by default.
Yeah at least back in the old days the ones frothing at the mouth about Linux...you had to seek them out on irc or weird forums. Now the doge memes come to me.
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 come across an error message that didn't bring up solutions when copy/pasted into google
I still can't make Zerotier nor Xlink Kai work as they should on Linux, they seem to connect but are either unstable or show errors that I haven't found how to deal with.
Basically it's for emulators and LAN games (like tModloader).
Searching takes me to the documentation, but their fixes are extremely limited, those didn't work so I am out of luck... And that's how I abandoned my Fedora and Debian partitions.
I appreciate Linux for how well it can handle single-purpose tasks, like if I wanted a media centre or such, but after daily driving it for 3 years on my Desktop I've had enough. Anyone who thinks it's easy has a lot of spare time they wish to invest into a thing that's supposed to just work.
I love it for long running services eg *ardar + Plex but the desktop is nearly unusable.
Ubuntu out of the box requires you to install pulse audio, grab your device id via cli, and then run a script at bottom to set that device as the default speaker.
Ubuntu out of the box needs scripting just to deal with an audio source that gets turned off and on. And zealots will scream it's ready for everyone on steam to use.