Hi, everybody Recently, a guy noticed that I was using it and asked why? For me it because in Linux many things are done through the terminal because Linux has many different desktop environments
He also compared terminal commands with cheat codes in GTA and other games, he understands what benefits you take from them, but not from terminal commands
Because app manager doesn’t work well. And there are the feedback on terminal that tell you about missing dependencies or broken packages…The fact you get those verbose log help for doing web research and solve lot problems. On GUI installing app isn’t well done : it’s slow, they don’t tell you what they are doing nor why it fail.
The only limitation of terminal is when you want to work with file system. I need to see the tree and typing ls -a everytime isn’t efficient. Example, i’m doing a git clone on a server throught ssh. But i have no way to know its structure and check if i downloaded it in the correct directory. I need a visual that tell me this folder is here, has those writing permission, is a tar archive… So i use both : filezilla and terminal, gui and cli. In fact, they are both very useful, so there no point comparing gui and cli, they both serve well their purpose.
I’m using CLI and GUI. For example, if i want to chose the correct keyboard and check its mapping : gui. If i want to add sources and its gpg key : app manager gui. There is no way i would enjoy typing this huge command line with flags from my mind, and i do lot mistype. Or installing the stack lamp ? on windows it was amazing and faster than linux. next, next, done.
Luckly we can copy-pasta those commands.
Edit : updated my text.
It’s very fast and nearly always gives me the results I want without extra bullshit. For example using bc or qalc to do a quick unit conversion vs launching a calculator app for the same purpose.
For me it’s because I get a lot of feedback, if anything I do goes wrong I know why. Also it’s usually faster
Why not? It’s simple, lightweight, has a lot of interesting commands that fills its respective niche really well (btop, for instance) and (the best of all) it doesn’t explode my PC everytime I run such commands.
Why should i open discover, wait half a year for it to load, search for vlc, wait half a year, look if its not a flatpak, realise its a flatpak, repeat
If i could just type sudo pacman -S vlc?
Or search how to update my grub config if I could just type grub-mkconfig -o /mnt/Boot/grub/grub.cfg?