this post was submitted on 16 Jul 2023
391 points (100.0% liked)
Linux
48002 readers
1312 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 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don't know what average people could do to break their system, considering nowadays, it is practically impossible to break anything if you are using Software Management tool your Distro gave. I don't say I don't believe you. Something could break. But I suppose you are trying to do something that average Joes would not attempt.
I installed Linux on my coworkers, friends and families, and nothing break. Heck, I even gave my friend Arch Linux. I told them to only install thing from the Store and never touch command line without talking to me first. It's been 6 months.
Linux for average people is been there. It's ready. OnlyOffice is just like Ms. Office but Open Source. If you are willing to learn, LibreOffice is far better than Ms. Office. Linux supports all browser. KdenLive and Krita work better in Linux. GNOME is way easier to navigate than Windows, with superior gesture and beauty Windows could only dream of.
Windows has its perk, but saying Linux is hard is no longer true.
I upgraded Ubuntu 20 LTS to Ubuntu 22 LTS in place and it broke everything including the Wifi drivers. Left with a black command line with no Internet, so I just wiped the drive
Yeah, but let's try to install graphic drivers and everything starts to break down. And without them performance is just shit.
Are you using the driver supported by your distro? I'm not Nvidia user, but I have fair share of installing Nvidia drivers on Linux. As long as you don't stray from driver the distro gave you, I never have problem. Literally not once.
And if you are trying to install AMD or Intel proprietary driver. Why? Just..., why?
This is simply not true in my experience. Basically everyone I know has to deal with all kinds of shit when installing Linux. Broken graphics drivers, random freezes, the touchpad disabling after closing the laptop, wifi not working, etc. There's always something. Now I don't mind fixing that, because I enjoy Linux more despide all of these issues. Andost of my friends manage to solve it as well because they're programmers like me. But the average person might not be able to solve it and will feel like they're constantly interacting with a broken system.
Once everything is set up, linux is easy. But... that installation process can still go very wrong. eg. The last install I did was Ubuntu 22.04. The version of systemd that shipped with it had a bug that caused the system not to boot. Replacing systemd with a working version fixed that issue. Then it turns out that 5 of the graphics card driver's dependances were held back (something recent that Ubuntu does, I forget why) so the driver didnt work. Force installing the dependancies (drop to root before KDE started) fixed that.
So yeah if you set things up for someone of course its going to be easy to use. It SHOULD be easy to use after 30 years of development. But that initial setup process is often not user friendly.