That’s a big cultural difference which isn’t likely to go away. In Windows, pretty much everything can be done with a GUI but only some of that is available at a command line. In Linux OSes, pretty much everything can be done from a command line but only some of that is available through a GUI.

For the most part though, everything regular people use computers for can be done without ever typing into a terminal.

I use terminals for almost everything, but I’m weird. GUIs are usually easier to learn but less powerful, and I prefer the latter. GUIs also tend to require periodic relearning, since they change every few years as interface fads come and go, but command line stuff tends to last for decades. For things I only do once, or things which are visual in nature, I prefer a GUI. But for repeated tasks, in the long run, a CLI tends to be less work. I usually follow a rule of three… the third time I have to do a task, I write a script to automate it. Then I never have to do it again. And that’s something which isn’t usually possible in a GUI.