this post was submitted on 19 May 2024
161 points (91.3% liked)

Linux

48220 readers
814 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 3) 50 comments
sorted by: hot top controversial new old
[–] [email protected] 11 points 6 months ago (1 children)

Recently I tried a new, modern distro: Solus.

After installation, I survived about 10 minutes without a command line and the next thing I needed was their package manager's manual (because that fancy GUI software shop simply killed itself)

No big deal for me. I feel safe on these paths. But IMHO "Linux without command line" is still only a dream.

load more comments (1 replies)
[–] [email protected] 1 points 6 months ago
[–] [email protected] 14 points 6 months ago

In my firs time with linux I install ubuntu (maybe 12.04, I dont't remember, it was gnome 2) in the only PC in my parents home, I delete windows, and we was using it 2 years without knowing what is a terminal and everything went fine, the problems appeard when I was discover the terminal hahahaha

[–] [email protected] 8 points 6 months ago (5 children)

I'm sure you could but why? Terminal is so useful. Am I out of touch?

[–] [email protected] 9 points 6 months ago (1 children)

You may be out of touch with people that are used to GUI. For example, during the first installation of linux distro after the user is landed on their DE, as far as I know, no distro ever curates the terminal to them. Like "this is the menu", "this is the terminal emulator", and even after the user managed to open the terminal, it is not obvious what to do next as there is only text prompt. Remember, users using GUI usually encounter text prompts with some hint (username, comment, email). Meanwhile the terminal has nothing. Suddenly you see the user you are logged in as and a blinking cursor. After that, how do you know what apps are installed? What commands can you call? Typing help doesn't always help on every distro. Again, remember, users using GUI will see what apps are installed usually using a menu of some sort. There is a lot of friction coming from GUI if you have never encountered CLI before. Heck, I bet some people have never installed an application outside from an app store or their commissioned device. Even a file explorer concept is foreign to some.

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

In your opinion what makes a terminal program "more useful" than a GUI program with the exact same functionality? Genuinely curious because it's a perspective I cannot wrap my brain around lol

[–] [email protected] 2 points 6 months ago* (last edited 6 months ago) (4 children)

Simple example: installing stuff. Much faster and simpler to type "install foo" in cli than open a gui, searching for it, finding the right one, clicking install.

Same for updating: it takes me 2s to type the command to update all packages, that's less than the time I need to move my mouse to the icon of the package manager.

load more comments (4 replies)
[–] [email protected] 3 points 6 months ago* (last edited 6 months ago) (1 children)

It has always just felt a lot faster than navigating through a GUI. I suppose at the end of the day this is entirely dependant on how well designed the GUI is. Should I type in one command I have memorized or navigate through multiple sub pages?

It is also just what I am used to maybe

load more comments (1 replies)
load more comments (1 replies)
[–] [email protected] 4 points 6 months ago (2 children)

I have a theory that the crowd of people who learned computers or iPads etc from GUIs only, they have a harder time with terminal. Those who used DOS a lot find it to be a happy space.

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

That is not necessarily true

load more comments (1 replies)
load more comments (1 replies)
load more comments (2 replies)
[–] [email protected] -2 points 6 months ago* (last edited 6 months ago) (1 children)

To be fair you can't use windows without using the terminal. And you have to open regedit to turn off a lot of annoying crap

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

Not truth. I'm an only Linux user for 5 years now, but windows could work without terminal for 99% of the users.

If you are an exception, like me, it doesn't count.

[–] [email protected] 1 points 6 months ago* (last edited 6 months ago) (7 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] 2 points 6 months ago (2 children)

The article uses Linux Mint

load more comments (2 replies)
[–] [email protected] 2 points 6 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

[–] [email protected] 3 points 6 months ago* (last edited 6 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] -1 points 6 months ago (2 children)

The normal people doesn't install software external to the store or configure the system a lot, in IOS you can't do this things and everyone is fine. For share network in gnome you can do it with a button in the WiFi settings

load more comments (2 replies)
[–] [email protected] 6 points 6 months ago (1 children)

Well if i double-click a file I've made executable, it will ask if I'd like to run it, and most software will have a github or downloads page that will give you direct downloads to the software.

In other words, I can successfully install things like a windows user, I just have to go the extra step to open the file's properties and make it executable with the GUI first.

Apt is faster, and it's also faster to do a direct download, make it executable, then execute it in the terminal, too. But I CAN do it.

Config files can be edited in the GUI text editor, it's just slower.

To test my claim and prove your third point, this link is the repository for a samba GUI, found at https://www.samba.org/samba/GUI/. Specifically, it's SMB4K, the first one.

Convenient? No. Would it update automatically? No. Do I want to do it this way, or recommend it? Still no. But it does function.

[–] [email protected] -2 points 6 months ago* (last edited 6 months ago) (4 children)

In other words, I can successfully install things like a windows user, I just have to go the extra step to open the file’s properties and make it executable with the GUI first.

Some programs can be installed this way, but it's extremely far from universal.

Config files can be edited in the GUI text editor

Not without opening them as root, which in every distro I know of, requires the terminal.

To test my claim and prove your third point, this link is the repository for a samba GUI

The install directions for that program involve the terminal.

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

In mint I can right click in a folder and reopen the folder with elevated privileges. That's my primary, I assumed it was standard but if it's not common I guess it's a cinnamon thing. If so, maybe cinnamon is the desktop of choice for avoiding the terminal.

I didn't do my full diligence to the samba GUI thing, apparently. That's a good catch.

To salvage my argument, yumex has a GUI and extends yum, so while the instructions expect the terminal, I think it'll be optional.

I still recommend it to nobody, but someone who set out to avoid the terminal doesn't have to fail.

yumex, pip-gui, and aptitude give yum, pip, and apt GUI's, respectively, so most anything that expected the terminal should be doable without it. All it costs is a bunch of effort troubleshooting GUI things or finding out one doesn't display error messages and logs them weirdly or whatever.

load more comments (3 replies)
load more comments (2 replies)
[–] [email protected] 17 points 6 months ago (6 children)

I've tried to run Ubuntu, mint, Debian, and couple other distros without the terminal to see if I can actually recommend it to non-geeks. And every time, I conclude I can't because the fucking "software center" (or whatever it's called) is always garbage, and it's easier to just use apt.

The only time I'll recommend Linux to a non-tech person is when the hardware is so old that it would just be junked without Linux.

[–] [email protected] 6 points 6 months ago

Not sure if Bauh is available for Debian and it's derivatives, but it's an amazing software center. If anything, use synaptic on Debian. It's much better than any software center there.

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

And apt is just the beginning of it. It's not that uncommon for apt to not work either.

[–] [email protected] 6 points 6 months ago

Specially when it's hijacked to run other things instead (cough cough snaps).

load more comments (4 replies)
[–] [email protected] 6 points 6 months ago (1 children)

Yes you can but why would you not use the terminal. It's bloody handy.

[–] [email protected] -5 points 6 months ago* (last edited 6 months ago) (1 children)

Eh, you really can't. Linux without the terminal only enables about 5% of the functionality available the user.

Linux geeks like to imagine a hypothetical "average user" who never needs to adjust settings or install anything beyond a web browser. But a person looking for that limited of functionality while also knowing how to install an operating system is not an average user.

[–] [email protected] 6 points 6 months ago

I disagree. I've used KDE's discover thingy to install stuff basically through dnf on fedora. It's incredibly possible for the average user, who basically just browses the web and maybe writes documents.

[–] [email protected] 2 points 6 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 6 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] 3 points 6 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 6 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] 5 points 6 months ago

Ιt depends on your competence. My mom's laptop is Debian with XFCE (2 GB RAM old Chromebook converted to run Debian) and of course, she doesn't use the terminal. But then again, she doesn't even know how to open a new tab on Chrome. She just uses 1 tab at the time (which is why it's enough with 2 GB of RAM). So she's never going to see a terminal in her life, and it's going to work just fine for her, since the only thing she does on a computer is load 1 tab on Chrome, and mostly use Facebook, or youtube, or news/recipe sites that I have put on her bookmark bar. When the computer needs to be updated, I do it for her once a month or so (using the terminal).

But if you're trying to do a lot more than that, then maybe, sometimes, you will need to fix or change things using the terminal.

load more comments
view more: ‹ prev next ›