I’m a life-long Windows user who nowdays has a MacBook as a daily driver and a gaming PC running Linux. I consider myself somewhat tech savvy but holy fuck Linux just makes me want to tear my head off. I just spent 45 minutes trying to install Standard Notes “the right way” and in the end I just gave up and downloaded it from the Ubuntu store instead. Error, you need to add this repository. Error, you need to enable this feature. Error, you need to install this tool first which you can use to install another tool and that tool helps you fix the issue preventing you to solve the first issue etc. I honestly can’t even imagine how you could make this any more difficult.

I guess Linux is like welding; it’s great when someone sets the welder up for you and you just press the trigger and start welding but you’re up for some absolute misery trying to figure that out on your own.

Also, a huge credit to chatGPT. I can just take picture of my terminal window and it gives me step-by-step instructions on how to troubleshoot most issues I’ve had. I’d be at complete loss without it.

  • @[email protected]
    link
    fedilink
    English
    112 hours ago

    Installing applications can be done in a few ways, typically you’ll just download from your OS’s software store. Ubuntu does sometimes require that you add new repositories, but to avoid that you can always give something like flatpak or appimage versions of the software you want a try. Appimages are similar to .exe files, you can just download them from the software’s website - and you can get flatpak applications from flathub.org. The main downside with these is they come with all the stuff they depend on, so they tend to be a bigger file size, they can be a little slower but honestly it’s barely noticable. I rarely use appimages because they won’t show up in your desktop environment’s application list by default and it can be a pain to set them up to show. A good default way to go is Software store -> Flatpak -> Appimage -> then finally if none of that works you could do it manually, but I don’t recommend that. Ubuntu’s software store tends to be behind on updates because as a distribution it’s focused on stability. Once you’re used to it, there’s a lot of advantages to using a centralized software store instead of downloading .exe files off websites. Either way, don’t let some growing pains totally discourage you! Not every distribution provides the same experience, and there’s a lot of options out there!