The worst mistake I could have possibly made with Linux...
The worst mistake I could have possibly made with Linux...
So I chose to install Ubuntu and Ubuntu studio on top (which as I understand is just adding a bunch of apps and maybe doing some configuring). I am a musician and visual creative. I'd like to know why I made the wrong choice in distro. Hit me with it!
Why is your distro of choice better than the one I picked at random for myself?
What bottleneck am I to expect due to my non archyness?
Snaps
Agreed. I’d say Ubuntu is generally fine except for defaulting to installing snaps (which are terrible, the worst package management).
Yeah :3.. I use pop which is ubuntu based, but they replace all snaps with flatpaks, and over the 4ish years I've been using it it's been the most stable experience on the desktop I had. If not for snaps ubuntu/kubuntu would probably be one of my default distro recommendations for beginners
Canonical
A wild thing for me was installing reaper(a music DAW) from the website and not seeing it in my app list. then finding out it needs to be installed in a opt folder and then I gotta make a .Desktop file so it'll show up in my 'start menu' like damn, is this how it really is out in Linux?
Depends on how you install it
You basically chose one of the more complicated ways to do it, short of compiling the source code lol
Get your head out of installing apps via their websites like Windows. While it's often possible, it's preferable to use your distros package manager. If it's not in the repo, try flathub. Finally, if they have an Appimage, use that, many distros will integrate Appimages automagically. All that stuff gets taken care of for you.
Last resort is what you ended up doing and having to install/update manually. I mean, it depends on the package but if you're using a common distro like Ubuntu/Fedora/Arch, there should be a package ready to go for nearly anything that supports Linux.
Linux doesnt install things like windows does. A tar file is just an archive. What you did is basically the equivalent of copying a program's Program Files. Itll still work if you just run the exe from the folder, but there's no registry entry, no start menu shortcut, no desktop shortcut until its created by you or the installer on Windows.