this post was submitted on 08 Jan 2024
811 points (98.0% liked)

linuxmemes

20761 readers
1901 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 8 months ago (1 children)

By that logic get away from Linux, eventually you'll have to touch a shell and google some things to find out what to type inside a terminal. It's not hard to learn i for insert and type stuff and esc to get out, colon x to save and quit. If you can't remember those 3 steps you can't even update your system on a command line lol.

sudo apt-get update; sudo apt-get upgrade sudo pacman -Syyu

Etc. 3+ things to remember in each example.

[–] [email protected] 2 points 8 months ago* (last edited 8 months ago) (1 children)

The terminal commands have same idea and structure and apply to the entirety of your system. While it is still sometimes annoying to learn CLI commands of third-party apps (yes, I know of man, but it can be useless without examples at times), commands are generally the same for Linux systems and they cover everything.

Learning vim is like learning Linux terminal again, but for just one task of word processing in one specific application. Why?

With that being said, I'd rather solve most of my problems with GUI applications rather than go into a terminal. I can do stuff through terminal - I know basics of Linux/Unix commands - but just why? For most routine tasks, it is simply faster and easier to go with GUI, unless you are over SSH or just have a terminal-only instance, or unless you're a sysadmin that does it 20 times each day and have muscle memory running in front of thinking what you wanna do.

I know how to update packages through terminal - the thing you demonstrate. But I can also press two buttons in app store and it will all be done for me, so why bother? (Also, you call it three steps, but it's kinda two steps on Debian or other apt-based distros followed by one step in Arch and other pacman-enabled ones? I'm confused)

I'm certainly not gonna use terminal for word processing unless I absolutely have to. And for that, I'll pick nano.

Linux has to get more user-friendly - and it does. Most people are not die-hard terminal fanatics and want to get their stuff done with minimal headache - and that's where it goes and should go. Being vim elitist doubles down on that terminal philosophy that is alien to an average user. And we should not discourage any type of user to try Linux for as long as they are willing to figure truly necessary stuff out.

[–] [email protected] 2 points 8 months ago (1 children)
[–] [email protected] 1 points 8 months ago

The most reasonable approach, I guess.