The real question is -- can you use the Terminal without Linux?
Linux
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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
To all the people pointing the many inconsistencies of Linux/specific distros, I recommend The Unix Haters' Handbook
Package management is probably the biggest thing a Linux user might need to use the terminal for. The graphical package managers used by default on most desktop environments are far too limited.
KDE's Discover for instance is capable of installing (graphical) desktop applications, uninstalling packages and performing updates. Sure, it supports native packages on the majority of distros through PackageKit, as well as Flatpaks and Snaps, but it can only perform very basic package manager operations. I imagine most users will at some point need to install a package that isn't a graphical desktop application, such as a driver or an optional dependency and they will need to use the terminal for it.
To my knowledge, this is also the state of most other graphical package managers that take the form of "software centers" like Discover. More powerful graphical package managers do exist, usually specific to a specific package manager such as Octopi for Pacman. Few distros ship with them, however. I believe one notable exception is OpenSUSE with YaST. There's also dnfdragora on Fedora, which is pretty basic, but might be good enough for most purposes.
I think tools like YaST help to save time, instead of editing the bootloader in config files, you can simply enter, search for "Boot Loader" and edit there, be following a tutorial or official documentation. I sometimes prefer to use YaST just so I don't do things wrong. it's like the old Control Panel in Windows.
You can use Linux without a terminal, but life is so much easier to just remember few letters (command) and pressing enter instead remembering 200 places where a setting is. You can also always just do sudo pacman --help
.
Strong disagree lol but I understand your logic. I am a visual learner and it is a lot easier for me to understand what the structure and options are in a given program when I have a GUI.
To me the terminal feels like a scalpel. It's a precise instrument, but only you need to know exactly what you're slicing into.
My aunt is using Linux without terminal since 2016. Though she at least knows how to open terminal and paste commands when it's necessary (needed a couple of times).
Same here. My Dad has been using Mint for years now, and wouldn't know what to do in the command line. He gets on, does what he needs to do, and it just works for him.