this post was submitted on 19 May 2024
154 points (90.1% liked)

Linux

48889 readers
953 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
(page 2) 50 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 7 months ago (1 children)

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.

load more comments (1 replies)
[–] [email protected] 5 points 7 months ago* (last edited 7 months ago) (1 children)

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.

[–] [email protected] 2 points 7 months ago* (last edited 7 months ago)

There is also Synaptic which is a graphical front-end for apt, although I would definitely class it as less user friendly than Discover and the like.

I know if I was doing some Linux challenge with no terminal it would have to be my crutch.

Edit: Arch Linux has pamac which I used more frequently than the terminal back then.

[–] [email protected] 3 points 7 months ago (1 children)

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).

[–] [email protected] 2 points 7 months ago

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.

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

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.

[–] [email protected] 3 points 7 months ago

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.

[–] [email protected] 2 points 7 months ago* (last edited 7 months ago) (16 children)

So many comments here saying you don't need the terminal for full functionality.... What Distro are you people using??? How do you install programs not in the "software center" and how do you edit config files? How do you configure a network share? I don't really think you guys are thinking this through.

For any use-cases beyond a very limited chromebook-like functionality, Linux is absolutely not fully usable without access to the terminal.

[–] [email protected] 3 points 7 months ago* (last edited 7 months ago)

I spend a lot of time arguing against Manjaro. That said, Manjaro comes with a GUI package manager that provides access to the AUR.

What software are you using that is not available in the Manjaro repos or AUR? My guess is that the majority of people would never need to install anything more.

I think it is actually quite likely that most people never need more than what is in the Ubuntu repos. However, I am not as confident to stand behind that claim.

[–] [email protected] 2 points 7 months ago

Network share from the file manager does not seem such a stretch:

https://help.ubuntu.com/stable/ubuntu-help/nautilus-connect.html.en

load more comments (14 replies)
load more comments
view more: ‹ prev next ›