I’m moving away from Windows and I’m looking for distro for coding and occasional gaming. If more context is needed please let me know.
I’m moving away from Windows and I’m looking for distro for coding and occasional gaming. If more context is needed please let me know.
There are a bajillion distros out there and you already have a lot of suggestions here, so instead, allow me to note a few things I think are handy while learning Linux.
Some common base distros:
It’s very rare to have a Linux program require an installer like Windows, and it’s not as simple as drag-and-drop install like Mac. Linux has had the equivalent of “app stores” for a looong time, just minus the tracking and selling parts.
Most programs in Linux get installed via a package manager tool. There are various front ends, but under the hood, there’s usually a command line program handling installation and updates.
Generally speaking, Debians use “apt”, RedHats use “yum” and Arches use “pacman”. There are also “flatpak” and “snap” both of which are more recent managers that attempt to solve dependency hell.
That said, you can get around just fine without it if you really want to. Just recognize that you might be swimming upstream at times.
Or try something experimental like Ratpoison - a window manager that requires no mouse inputs!
Part of the fun of Linux is trying out alternatives and truly customizing your personal computer.
…That’s it, I think!
Good luck! Have fun!