this post was submitted on 14 Jul 2024
54 points (83.8% liked)

Linux

46777 readers
1955 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I know that GUI does not cover most of functionalities, for good reasons - being specialized to task (like files app), it provides more fine-grained experience.

Yet, I find that there are common commands which is terminal-only, or not faithfully implemented. for instance,

  • Commands like apt update/apt upgrade might be needed, as GUI may not allow enough interactions with it.
  • I heard some immutable distros require running commands for rollbacks.

These could cause some annoyance for those who want to avoid terminal unless necessary (including me). Hence, I bet there are terminal emulators which restricts what commands you could run, and above all, present them as buttons. This will make you recall the commonly used commands, and run them accordingly. Is there projects similar to what I describe? Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 1 month ago (6 children)

Just create GUI application for the things you want. There's already lots of them.

Otherwise there's always "--help".

[–] [email protected] 0 points 1 month ago (2 children)

I mean, there are already tons of applications that lets you e.g. update, like apt update/upgrade does.

One issue with it is that it fails time to time, and error messages the GUI usually conveys are subpar. That's why I think you cannot avoid terminals. I just want some middle ground for that.

Also, ik this is nitpicking but.. while apt is good on this front.. what about the CLIs whose --help gives hundreds of lines?

[–] [email protected] 4 points 1 month ago (1 children)

I mean, there are already tons of applications that lets you e.g. update, like apt update/upgrade does.

Bingo.

while apt is good on this front.. what about the CLIs whose --help gives hundreds of lines?

Read them. There's a reason some programs have many options. Avoiding the CLI isn't the solution.

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

The apps just fail and crash randomly, any linux users cannot entirely rely on them. Well, I guess linux is destined for 2% of desktop users, who can use terminal on a daily basis, and current rise is just a fluke.

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago)

Yes, that's fine. If you didn't like Linux you're welcome to not use it.

You see the console as a flaw. Some of us see it as an advantage.

[–] [email protected] 0 points 1 month ago

Well, I guess linux is destined for 2% of desktop users, who can use terminal on a daily basis, and current rise is just a fluke.

Dunno what you're talking about. Most people I've seen who have made the switch just go learn how to use the terminal. You'll have to eventually, since many people have use cases that fall outside the sane defaults of whatever distro you chose, and there's tons of videos, online communities, and written tutorials to help.

The rest know somebody who can help or just want a system that can do whatever defaults it's been set up to do out of the box (e.g. open pictures, use a web browser, play Steam games, etc.).

[–] [email protected] 1 points 1 month ago

kde's discover and gnome software have both worked fine for me, for the most part

load more comments (3 replies)