with the recent windows news, I wanna switch to Linux. I tried mint a few years ago and was annoyed and frustrated with multiple things, like having to input the password all the time and the general ammunt of constant trouble shooting and needing a tutorial for the most basic things.
I want a distro that:
- Is very user friendly, ideally not requiring a terminal
- Is hard to accidentally fuck up
- ideally doesn’t require a password for every input
I basically just use my laptop to browse the web, draw in krita and use ms office apps (have been getting used to open office lately)
What do y’all suggest?
I’d like to know a bit more about your troubles to answer.
Do you know what desktop you were using? If so, what did you like and what didnt you like?
Where were you reentering your password all the time? Was it logging in, logging in after the screen went dark, the wallet, etc?
What sort of troubleshooting were you doing? Was it an application not working, a piece of hardware, or something else?
The reason I’m asking these questions is because most people are interacting with just the desktop GUI, so some of your issues (password) may just be configuration, the distribution won’t matter. If your troubleshooting was due to hardware, there may be a better choice.
For example, I use Debian everywhere. That said, there are times where certain pieces of software or certain pieces of hardware work better with a different distribution. On my T480, I’m using arch, mostly because of the fingerprint reader and a some things I’m building will be easier this way.
Generically speaking, it doesnt matter which distribution you use, you can do the basics on all of them. What it can come down to is familiarity, hardware, and purpose, and the guiding principles for each distribution.
As everybody suggests, you should either try Mint again or go ZorinOS. If you have problems there are dedicated communities for asking general Linux questions so feel free to ask.
https://programming.dev/c/linux4noobs
https://lemmy.zip/c/linuxquestions
Also, LLMs are very handy for trivial questions like binding PDFs together (which can be done using pdfunite FYI). Just don’t blindly execute what it says, let it explain the meaning of each part of the command.
- Linux is intentionally made to be modular and using the terminal is pretty much the only standard way to do things across many distributions.
I highly suggest you stop avoiding it because it will most likely be faster and easier to do something (i.e. system-level changes) with it than not.
- If you want a hard-to-fuck-up distro, I think Atomic (at least that’s what Fedora calls them) distros are the best.
Similar to smartphones or MacOS, entire OS is a singular image that is also updated all at once. Core parts of the filesystem is also read-only, meaning it is pretty much impossible to mess things up if you don’t mean to do so deliberately.
The best in this regard are from uBlue project: Bazzite (most popular), Bluefin, Aurora, etc. While Bazzite is intended for gaming (things like Steam are pre-installed), the other are for general use. Bluefin uses GNOME desktop, while Aurora has KDE Plasma desktop environment. Look up their visuals and choose whichever one you like. I prefer Aurora because KDE Plasma is often much more familiar to Windows users.
- uBlue distros don’t require a password for system updates (they happen automatically in the background) and so do installing/updating programs.
Any one of the uBlue projects is perfect for this use case.
KDE: https://getaurora.dev/
Gnome: https://projectbluefin.io/
Gaming: https://bazzite.gg/Install and setup once, run forever. Immutable so impossible to break for a non-tech user, no package upgrades fuck-ups because updates are atomic and don’t touch the currently running system, are done in the background and are completely invisible for the user, great hardware support, based on Fedora. Regular users can only install Flatpaks through the App Store.
The only “maintenance” needed is a weekly reboot to move to the latest OS image.
As a personal feedback, I moved my gadget enthusiast but tech illiterate father on Bluefin. He can ruin a Mac in less than a few months. He can generate undocumented bugs on iOS by his mere presence. He hasn’t touched the terminal in his life. But somehow, Bluefin is still running perfectly after a year and a half. That’s how robust it is.
As a side note, passwords are extremely useful for basic security, and a password less life is extremely dangerous. The fact that you need to input a password tells you that you’re doing something that requires extra care and attention.
If you’re lucky to have a fingerprint reader that supports Linux (extremely rare unfortunately), you can get away with typing your password once at login and using your fingerprint for everything else.
I’m sure you could manage to do a lot of things without a terminal on something like Fedora or Mint, but you really should just learn to use the command line. If you’re expecting it to be anything close to the windows command line it is not, it’s way easier to use and you’ll be able to do things so much faster than you ever could with a gui on windows. Learning everything you really need shouldn’t take more than a couple hours.
The one other option I can think of is ChromeOS Flex, but even there you’re going to have a way better experience if you learn to do things from the command line when appropriate
I recommend zorin os. Its an ubuntu lts (long term support) respin that is fine with proprietary software so will offer to install nvidia drivers and such if you want. This means its anything but bleeding edge and about as stable as your going to get. It tries to mimic the windows look and feel to be comfortable to windows users. Then it is also an out of the box distro which means it comes with software someone would exect a laptop to have and then some. so it will have libre office and a browser and software to play and edit audio, photos, video and software to burn a disk if you have a burner. Even an rdp client. It also has wine setup with play on linux so you can right click a windows exe and run or install it (may or may not work depending on the windows program). When you find programs online if it has a debian download you can use that or you can check a gui add software ting and search for it with the spyglass icon. Its about as easy as you will get. That being said I often recommend people install onto their last laptop if they have one that did not break when they replaced it. Linux runs so much better than windows that the old one will often run better than windows on teh new one.
You’re probably going to find that the terminal will come up at some point no matter what version of Linux you choose.
For most I would recommend Mint, but since you mentioned having a negative experience previously, perhaps Zorin OS would be a better alternative?
If you want a hardened OS that would be difficult to break, an immutable OS may be a better route for you. Here’s a link with some options to choose from. My recommendation would be Fedora Silverblue.
As someone else mentioned, you will still need to use a password when making changes to the system. You can set it to boot without a password if you prefer to. I use Bazzite (gaming focused immutable OS; based on Fedora Silverblue) and I want to say 90% of the time I only need my password at boot.
If you need office apps, LibreOffice and Open Office should do what you need. MS office can be a challenge to get running, but the online web versions will run out of the box.
Hope that helps!
For these requirements, I’d recommend PopOS. Thanks to its app centre being very well designed, you never need to touch the terminal for anything. Package managers are apt and Flatpak, so you get full access to basically anything that GNU/Linux has to offer. The install itself is super easy as well. I think it may be one of the best beginner distros.
Did you set your Mint to autologin to desktop? If so then your Keyring is then locked and you get prompts to unlock it when you want to use anything that needs it - websites, software like email etc. The keyring holds your passwords and credentials to pass to on as needed and keeps your system secure. If you set your desktop to not autologin - i.e. have a login screen - your keyring is unlocked automatically as you log on to the PC and you don’t keep getting prompts to unlock the keyring. You can disable the keyring entirely or give it a blank password, but it’s better to use the login screen to keep your device secure, and let the keyring do it’s thing in the background even though “login automatically” is so easy to tick and use. The wallet is the same concept on KDE desktops.
Otherwise the only password prompts you should get are similar to windows - when you want to make system level changes.
I’d recommend OpenSuSE Leap with KDE. User friendly, stable, with a good GUI for making all system changes. Fedora KDE is also a good popular distro; I’m not sure how good it’s GUI is but I’d be surprised if you need to use the terminal. People often recommend the terminal (because it IS quicker - often one step instead of “go here, click here, click here”) but there is usually a GUI way of doing everything.
When I started my Linux journey a couple of years ago, I tried lots of distros and experienced some of the same frustrations. The distro that hooked me and just worked was Pop! OS. It was very user friendly, didn’t require any fiddling, it just worked. Later I wanted a more up-to-date system, and after trying several distros I settled with Fedora.
Other thoughts: …be sure to install Timeshift (system rollback app). …my experience is that gnome desktop is easier, cleaner, less tweaking and less overwhelming than kde.
+1 for Fedora.
I started my Linux journey back in 2011 with Arch on my MacBookPro 17". I had a great time and enjoyed the steep learning curve, but around 2018 I needed something that just worked to keep myself from fiddling to much with the OS and get to work on other tasks, and settled for Fedora. The last few years i have very much enjoyed Fedora Silverblue, but there are still a couple of sharp edges around video codecs and the browser. But that is about it.
Fedora keeps me productive!
Based on those requirements, honestly, I’d recommend a Mac. Very user friendly, no terminal, very, very hard to fuck up, and only needs authentication when you’re changing system settings.
Macs do things a little differently, so you’ll have to learn the Apple way, but generally it’s all very dead simple point and click.
Thanks but no, I don’t want to buy a completely new hardware just to change my OS
if that’s all you need it to do: browser, kitra, libreoffice and not much else… any mainstream distribution will work.
fedora’s ‘atomic’ distributions tick your boxes. minimal terminal exposure, hard to break, and infrequent demands of user password.
silverblue (gnome) or kinoite (kde). kde is a traditional desktop experience, but gnome would be excellent for your rather basic set-up.
I’ve personally started using KDE plasma shell version of fedora, its as close to being windows (in terms of technical functionality) without actually being windows. On top of this you have the fedora community, and in a time where access of information has gone to shit, you can be rest assured that someone will get to your question or you’ll find an answer to a question you may have on fedora.
Any one of the uBlue projects is perfect for this use case.
KDE: https://getaurora.dev/
Gnome: https://projectbluefin.io/
Gaming: https://bazzite.gg/Install and setup once, run forever. Immutable so impossible to break for a non-tech user, no package upgrades fuck-ups because updates are atomic and don’t touch the currently running system, are done in the background and are completely invisible for the user, great hardware support, based on Fedora. Regular users can only install Flatpaks through the App Store.
The only “maintenance” needed is a weekly reboot to move to the latest OS image.
As a personal feedback, I moved my gadget enthusiast but tech illiterate father on Bluefin. He can ruin a Mac in less than a few months. He can generate undocumented bugs on iOS by his mere presence. He hasn’t touched the terminal in his life. But somehow, Bluefin is still running perfectly after a year and a half. That’s how robust it is.
As a side note, passwords are extremely useful for basic security, and a password less life is extremely dangerous. The fact that you need to input a password tells you that you’re doing something that requires extra care and attention.
If you’re lucky to have a fingerprint reader that supports Linux (extremely rare unfortunately), you can get away with typing your password once at login and using your fingerprint for everything else.
Step 1. Install Bazzite
Step 2. That’s it. It just works







