92
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 08 Aug 2025
92 points (91.8% liked)
Linux
57157 readers
569 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
I think the gap between what the average Linux user thinks is ease of use and what the average non Linux user thinks is ease of use is probably much larger and many devs seem to understand.
I think it would be beneficial to have a completely idiot proof installer that doesn't ask you about partitions or formatting or basically anything just point it towards a drive and it will set up a default installation.
More GUI based means of doing basic stuff. A casual who wants to access some photos from his laptop does not want to figure out how to manually configure samba shares by editing config files in their terminal based text editor.
I think codecs are a much bigger pain in the ass than is ideal. As I understand that there are legal reasons for this but the first time some casual goes to play a video and gets an error message their first thought may not be "let me search Google and figure out what this error message means" their first thought maybe "Linux sucks and can't play videos".
The permission structure that makes Linux so secure makes it a little annoying for casuals. For example, you actively and intentionally go to the default software store, navigate to the updates tab, update a package you've already installed and clearly want, and do so from the official OS repository... This requires that you enter your password to protect you from what exactly? It's not a big deal it takes one second to type my password, but how would you explain this to a casual in a way that makes sense? Your OS is protecting you from potentially rogue acts of official patches to your default text editor.
I think the folder structures are pretty big challenge for converts. On Windows you can find most of the files associated with any given program in your program files folder. On Mac there's an applications folder. On Linux... it's somewhere, don't worry about it. That's not really a fixable one it just is what it is.
Probably the best response here. I'd also add the moment the user has to deal with using the CLI that is it for them. I can't imagine the average consumer going into config files or even dealing with "chmod". It is like auto enthusiasts rolling their eyes at people who don't change their own spark plugs or oil.
I have a brother who is not into computers. But he has a shitty laptop (with only 3gb of ram) so windows stopped working on it (because Windows update). So I installed a Linux on it, and he is very happy with it.
He even managed to change the desktop by himself. Installing some stuff was not obvious (like making a scanner work), but I did it guiding him by phone and text.
Command line is in fact much easier in this case than any gui. In a gui, you must know it by heart to correctly guide the person. A command line you can fine tune it on your side, send it on discord, and he only has to copy/paste. That is much more powerful.
And the security is not less than downloading an executable on a dubious website.
It is true that specialist tend to overestimate the skill of unknowing people. But when it come to computer, people also forget that normal people always went for the help of specialist for their technical needs. Nothing changed.
I always prefer the CLI at work but I wouldn't expect the avg consumer to ever want to deal with it.
There are a lot of things an average consumer don't wa't to deal with, but that's true for windows as much as Linux. The question is not what they want to do, but what they need to do and if it seems difficult.
A command line can also be distributed as a bash script btw. The difference with an obscure executable that will edit the registry on windows it that the bash file can be checked much more easily.
I have never had this happen before across 3 distros, and I really doubt any casual user will have this experience either