There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

Is Linux (dumb)user friendly yet?

So I’m building a new computer before the end of the year and lemmy is obviously pushing me towards Linux.

I am not computer savvy, I have a family member that will help me set up my PC, but I do not want to be calling/messaging them every day when I want to open a program.

Basically my question comes down to: can I operate a Linux PC these days without needing to troubleshoot or type code.

I use my computer about once a week for a few hours I would say, so any time spent troubleshooting is time wasted.

Thanks!

EDIT: since a lot of people are asking what programs I typically use, I’ll just list my most used programs.

Word, Excel, ect(I’m fine with alternatives)

Spotify

Gimp (would have been a make or break, so I’m glad it’s supported)

Brave browser (browser is a browser)

Steam

Discord

I would say that while I could figure out how the kernels work, I’m at a point with computers these days where I don’t have the time. My priorities fall with a seamless daily experience. If I have the time to figure something out I can, but ideally my day to day usage being unbotherd is what I’m after.

A lot of the comments so far have been helpful! I’m definitely going to give Linux a fair shot with my new build, probably start with Mint.

bizdelnick ,

In depends on how dumb the user is. If you want to see drive C: and don’t want to learn why there’s no such a thing, forget about Linux (and any other OS except the only one you are familiar with). If you are ready to learn new concepts and just don’t want to remember numerous commands, that’s OK, just pick up a distro with advanced DE and graphical admin tools.

bizdelnick ,

There’s one case when you can’t avoid using command line. If you ask someone on Internet to help you, he will say you to type some commands. No window clicking, no screenshots will help. All GUIs are different, but CLI is (almost) always the same, and its output is well searchable. That’s why you see numerous command line listings in each topic discussing problems and could decide it’s impossible to use Linux without coding.

WolvenSpectre ,
@WolvenSpectre@lemmy.ca avatar

I find that people who come from the old days of linux will often respond “you have to use terminal”, or “learn the operating system”, or even balk at people saying you can just use the GUI Interface/Desktop Environments. And then when you get help from expirienced users you get allot of terminal commands, which makes people think “I can’t use Linux without learning the terminal first”. In actuality it is just easier to show a person a command and ask for the results than it is to walk a person through getting the same info otherwise.

“OK, which Desktop Environment are you using?”.

“Desktop what?”.

“Which version of OS did you download and install?”.

“Cinnamon.”.

“X or Wayland?”.

“What’s a Wayland?”.

“OK, X. Is your system up to date and which kernel are you running?”.

…and so on. It is faster to just help working in the terminal. The Desktop Environments are fairly far along and most that I have worked with you could get by completely in the Desktop and not touch the terminal.

I would suggest Linux Mint, but for now I would stick to the non latest version of 21.3 as they bit off ALLOT in 22 and while it works for allot of people there are driver bugs they inherited from Ubuntu and have not implemented the fix for yet and allot of other pains in the toukus so if you want a version with the minimum of troubleshooting and stable Desktop Environments I would stick to 21.3 (If I had any sense I would be switching back to it from 22 myself).

If you want another option it would be Ubuntu and its Different Desktop ‘Spins’ to see which you like the most. Some people prefer to start off on Fedora and I am told it has a good DE, or some people recommend PopOS which had its own spin on a DE but they have let development lag on it as they developed their Cosmic Desktop for the Wayland project (the project that is superseding the X.org project for making windows).

Which ever you choose, good luck. I am in the same boat and I am trying to learn what I can before it is too late.

mastod0n ,

My dad is a complete tech noob. I took his laptop, installed Ubuntu, configured everything and showed him where he could find the applications he uses. Done.

ArcaneSlime ,

Honestly if you figured out lemmy you can figure out linux at least enough not to be a 95yo about it.

Use a distro that is both popular and good for beginners, like Fedora or it’s KDE spin, or Mint. There will be learning, there probably will be troubleshooting, you’re switching from something you’ve always been familiar with to a new thing, it is unavoidable. It’s like moving to Mexico, you’ll need to pick up at least a little Spanish. It’s really not as hard as people make it seem, most questions will be solved by searching the problem and pasting in a terminal command, but it’s good to learn what those commands do over time. It might benefit you to use the computer more often while learning if possible.

Do it, you’ll be fine!

D_Air1 ,
@D_Air1@lemmy.ml avatar

I don’t think any Operating System is (dumb)user friendly yet.

kitnaht ,

There’s kind of a bell curve of users where their needs are so simple that Linux use is great for them. They’ll never do anything more complex than visit a webpage in Firefox, and that’s great.

Then as your needs get more and more complex, Linux isn’t quite a good fit – You’ll want to use a specific printer, or a specific software (looking at you solidworks!), or you’ll have some sort of organization that requires you use MS Office, etc. – There are ways around all of that stuff, but if you’re not already on the train, it can get frustrating.

Up until your needs get even more complex, where Linux starts becoming the best choice again - You want a tiling window manager, and ipv6 with firewall and ZFS on the network etc.

It’s the middle bell curve where your new user is already kind-of a power user, but not quite a technical-user yet that gets people.

MoogleMaestro ,

I mean, yes. But also no, it sort of depends.

If you have very low bar of needs (needing a web browser and some utility apps, without specific apps in mind) then it’s actually never been easier. If you use a Silverblue based system, all updates are done in a transactional way and old versions can be booted into at any time in case something breaks (which basically never happens with silverblue, with some exceptions.) Read only systems means you can’t muck around with the root files and can’t accidentally “break” your system in the way you used to be able to on older OS designs. I would say that “Linux with Guardrails” is effectively invincible, and I would like to recommend that new users try OSTree based systems. For example, Fedora Silverblue, Ublue’s Aurora / Bluefin, Bazzite (Steam OS clone), etc etc.

If you have more specific needs, it can be a crapshoot depending on whether or not the hobby in question has a strong linux presence. Particularly, bespoke non-game windows apps are still a bit tricky to get working and require some Wine (Windows process wrapper for compatibility) knowledge. There are edge cases where running certain applications in flatpak (Steam, Bitwig) can mean that, while it’s impossible for these applications to break your system, you’ll be very limited in options for these programs. For Steam, this can mean more difficulty with out-of-steam application management. For Bitwig, this can mean no choice in VST. These are all programs that have work arounds, but on a read-only system like Silverblue (which I would like to recommend for new users due to the indestructibility) those are all a little more difficult to implement and require you to know a thing or two about virtual desktops. (Thus, not new user friendly.)

I would still say that it’s never been easier, but as you get more famililar with any system, you generally demand more and more from it. Thankfully, with linux, its always been a case of “if there’s a will there’s a way” and the UX utility applications being made by other people have been getting better and better.

My recommendation to you would be to try UBlue Aurora. It’s familiar to Windows, it’s being managed in a way that makes gaming relatively simple, and it has an active discord community to help new users. It also has that indestructability that I was talking about before, but has a lot of the “work arounds” pre-setup for new users.

just_another_person ,

Stop. You’re overcomplicating what OP asked for, and putting your own spin on a suggestion with your own opinions. Stop.

setenforce ,

Having your own spin is entirely the point of a discussion board lol

Vittelius , (edited )

You can try Linux out without installing it to get a feel for it before you make the jump. Set a weekend aside (or at least a couple of hours) to test drive a Linux distro and check if it is your cup of tea.

This is one way of doing this:

  • Install Virtual Box on your (Widows) PC
  • head over to getaurora.dev and download the latest iso
  • In virtualbox create a new VM
    • set the OS Type to fedora (64 bit)
    • after that you can keep all the standard settings, just be aware that performance is not going to be representative of an actual install
  • Then select the newly created VM and open the settings panel
    • here you go to “Storage” and click on the slot under “Controler: IDE” labeled "empty"
    • click on the CD symbol on the right side of the window, in line with “optical drive” and select "choose a disk file"
    • pick the iso file you downloaded in step 2
  • close the settings window and start the VM
  • go through the installation wizard to install Aurora OS in your Virtual Machine
  • Profit

I know that these instructions can seem daunting but it is easier than it reads, I promise.

Why Aurora OS

Aurora OS is based on Fedora Silverblue meaning that it is what is known as a immutable distro. That in turn means that it’s harder to mess stuff up and break your install. It also means that some things are harder to achieve. But I also think that you are probably not interested in the hard stuff anyway.

Aurora uses the KDE Plasma Desktop, the same desktop used by Valve on the Steamdeck. It has a familiar Windows like layout by default but also allows you to customise it like crazy to fit your particular need (whatever that may be).

Aurora flatpak as it’s app format. To see what kind of software is available for this distro you can check flathub.org . It’s not going to be as much software as Linux Mint for example (Mint uses flatpak and deb), but everything the average user needs should be there.

c0smokram3r ,
@c0smokram3r@midwest.social avatar

Great write up, but OP stated they’re not computer savvy. I’m sure more ppl have used flash drives than used VMs. They are also building a new pc so gotta get those distros from somewhere/another machine.

Another option would be to grab a couple of 4GB or more flash drives and try each one by booting from the flash drive before committing to one.

•download something like balena etcher •download Mint, Ubuntu, PopOs, Aurora, whatever else •use etcher to burn distros to the flash drives • pop in the flash in new pc & have at it

Vittelius ,

I considered that. Unfortunately silverblue doesn’t do live systems and aurora therefore doesn’t either. So a VM is the only way of trying it out. OP stated that they have someone to help with the actual installation so I left the whole create install medium for bare metal install out intentionally since I assume this person will be capable of helping with that.

Also small Markdown help: If you use dashes lemmy will automatically format bulletpoints correctly. You can’t use •s for it. Doesn’t take anything away from your comment, etcher is still the best tool to create a bootable usb drive, but for the future consider using dashes.

Codilingus ,

If you decide yes, I highly recommend Fedora Silverblue, or any of the distros based on silverblue/ublue. I myself love Bazzite for gaming.

Those are atomic and immutable, meaning you cannot easily break core files, and every single thing can be updated in the app store. It’s the windows equivalent of not being able to modify/delete C:\Windows; and getting firmware, drivers, applications, and Windows updates all in one click using the Microsoft Store.

BananaTrifleViolin ,

Yea it is user friendly. If you’re using your computer once a week presumably its for things like web browsing or working with documents - these are very easy and straight forward to do in linux.

The other big benefit is the cost - linux is free and you’ll save £120 on a basic version of Windows which can be used to get get a better PC or just saved.

Add to that no advertising, much more private and entirely yours to do what you like with. And if you don’t like it you can easily install Windows instead, so its zero risk to try Linux.

Revan343 ,

Linux vs. Windows doesn’t generally affect the cost unless you’re building the machine yourself, or buying from a Linux specific vendor like Framework (which are generally more expensive than what you’ll find at Best Buy anyways). The major PC manufacturers are going to have Windows pre-installed whether you want it or not.

c0smokram3r , (edited )
@c0smokram3r@midwest.social avatar

Linux Mint LMDE is always my recommendation to friends & fam who are leaving Win & Mac environments. LMDE bc ease of use/install & stability.

Slight learning curve, but that goes with anything new to a person when it comes to tech. Linux Mint forums are also legit for quick answers.

Good luck regardless of what you choose! Don’t let the negative feedback get you down! 🍀

-sent from an old MacBook running LMDE

Revan343 ,

I’ve been curious about LMDE, I use the Xfce version of regular Mint, but am comfortable in Debian (at least, server Debian). How does LMDE compare?

c0smokram3r ,
@c0smokram3r@midwest.social avatar

They’re both great starters, imo! Xfce or LMDE is a solid choice for Linux beginners.

Xfce was a little too minimal for me & iirc it’s canonical-based. I chose lmde specifically bc I prefer Debian. I can’t recall if I had any major issues setting up either of them. I think it also just comes down to visual/aesthetic preferences. They’re both highly customizable so either way you’re good!

I’m gonna set up xfce for my dad on an old Dell desktop & i’m sure he’ll appreciate how close it is to windows right out of the box. 📦

Revan343 ,

I specifically like Xfce or LxQt, because I generally run older hardware; I suppose my biggest question is how easily I could use either (not overly picky about which). I’m not sure which desktop environment LMDE defaults to, but both Gnome and KDE are deal-breakers for me, unless it’s easily changeable.

I don’t have that problem on my actual Debian machines, because they’re headless anyways, there is no desktop environment at all

c0smokram3r ,
@c0smokram3r@midwest.social avatar

Ooh, I gotcha! LMDE doesn’t default to gnome or kde. LMDE installs w cinnamon.

Not sure I’ve seen much of lxqt. Will def give that a once over our if curiosity!

teawrecks ,

It’s better to ask which distro is dummy proof. Some are made for noobs and windows users, others are not, and they’re all based on “Linux”.

Mint, Debian, and Fedora are all good starter options, and all are made to get stuff done without having to use the command line.

Brahvim ,
@Brahvim@lemmy.kde.social avatar

Debian without the CLI?

What?

bitwolf ,

You can absolutely get by by, and have a great experience with GNOME + the app store.

Its a reason its default on so many distros.

just_another_person ,

I’m downvoting every to comment in this thread because you’re doing exactly what I said you’d do in my original comment. 🤦

Brahvim ,
@Brahvim@lemmy.kde.social avatar

…???

jawa21 ,
@jawa21@lemmy.sdf.org avatar

I assume you’re talking about Desktop Environments. Yes, of course. KDE and Gnome rival MacOS as far as usability goes. The better part is that other software development groups port their software over to Linux as well and make it as seamless as possible.

People run into confusion here when people flood the comments on user questions like this, so let me shut that down right now.

If you need something that is a straight Desktop Environment, get a distro with KDE or Gnome, and a known OS that will have a lot of user base getting questions and answers if you even run into any.

Fedora or Ubuntu. Don’t listen to anyone arguing for their preferred favorites.

Don’t listen to performance comments.

You want a solid, no issues, not needing to look for help kind of distro. It’s those two, no question, and they both have KDE and Gnome variants.

That’s really about it.

Brahvim ,
@Brahvim@lemmy.kde.social avatar

Hi! Did you mean to reply to my comment…?

jawa21 ,
@jawa21@lemmy.sdf.org avatar

Yes, that is the comment they made earlier and the reason they went on a down vote crusade.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines