212
submitted 3 weeks ago* (last edited 3 weeks ago) by [email protected] to c/[email protected]

We've all heard it before: People claiming Linux isn't a viable alternative cause you can't run it without using the command line.

I decided to test that. Now there are several distros aimed at new users that have preinstalled GUI tools so you don't have to touch the Terminal. But I wanted to see if that's also possible on a distro not specifically aimed at fresh converts. The oldest distro with a large userbase, which a lot of people consider to be a "standard" Linux, is Debian, so default Debian with Gnome is what I'll use.

I consider "running an OS" to at least include booting it with full disk encryption, starting applications, connecting to a network, browsing the web, file management, installing updates and new software (both from the repos and third party sources), installing necessary drivers, setting up printing and scanning, and adjusting the looks and behaviour of the user interface.
So generally anything you'd be able to do on Windows without opening Powershell, CMD, Regedit or a text editor.

I guess I'm telling you nothing new when I say that you can install, boot, launch apps and browse the web on Debian without the command line.
It comes with a pre-installed software center, printer and scanner setup works out of the box from Gnome's settings.

Here's where it gets a little trickier: Scrolling on Firefox is rough, cause the preinstalled old version doesn't have Wayland support enabled. So you either have to enable Wayland support or install the Flatpak version of Firefox.
To enable Wayland, you have to write MOZ_ENABLE_WAYLAND=1 into /etc/environment. But the file manager doesn't let you edit system files without starting it as root from the command line. To add an "edit as admin" entry to the context menu in Nautilus, you need the nautilus-admin package which isn't available in the software center. It can be installed with Synaptic, a pre-installed GUI frontend for apt. But you still need to edit a system text file, which goes against the spirit of this challenge.
The other option requires enabling Flatpak for the Software Center. You can do that by installing gnome-software-plugin-flatpak using synaptic, then heading over to https://flathub.org/setup/Debian to download the flathub repo file which can be installed with a double-click and a reboot.
Note: Beginner-friendly distros ship with a newer Firefox version and Flatpak support out of the box.

To install any compatible binary on your system (like the Universal Android Debloater, for example), just copy it to any place you like. Install the menu editor alacarte and use it to add a menu entry for the file. Now you can launch it from within Gnome by clicking on its icon or using the global search.

Another issue is that during the boot process, you're already presented with the command line running boot messages by you, and the password prompt for the disk decryption is also on the command line. Also, the 5 second Grub countdown is kind of annoying. To make this prettier, we need to install grub-customizer, launch it, set the grub countdown to 0 and add the word splash at the end of your kernel parameters in the settings. This activates the "boot-prettifier" plymouth which is pre-installed but not activated by default. Again, pushing the boundaries of this challenge.
Note: Beginner-friendly distros come with pretty plymouth boot enabled by default.

To enable the non-free nvidia Driver, you need to enable non-free software during the GUI installation or in the Software Center settings, then install nvidia-driver from Synaptic, and reboot.
Note: Beginner-friendly distros come with a one-click NVidia driver install

To install Steam from the Debian repos, you'd need to enable Multi-Arch first, which isn't possible without the command line. Using the Flatpak version is your other option.
Note: Some beginner-friendly distros handle this for you as soon as you install a package that depends on multi-arch

tl/dr: It's possible to run and administer Debian for standard tasks without touching the command line. It's just generally faster to use the terminal if you know what you're doing.
Distros like Ubuntu, Mint, Zorin or Pop!_OS (possibly also Manjaro which I have no experience with) remove the remaining roadblocks. The only time you'll always need the command line is to fix issues you have with help from other users, because it's much, much easier to just post the right terminal commands online than to guide you through whichever GUI you might be using.

Anyone who's ever followed a Windows troubleshooting guide knows what I'm talking about.

you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 9 points 3 weeks ago* (last edited 3 weeks ago)

Is it possible to do work in a shed without using a drill?

It is good of you to do this work and post your findings, so no offense intended, but this command line meme is better off not being spread. The terminal is a tool and should be used when it's needed. Time spent worrying about this is time that could be spent making it easier to understand.

I was introduced to the terminal by a friend so I don't know of a good starting tutorial for newbies. I wasn't interested until I saw you could use the output of one command as the input of another command using a "pipe", the | character on the keyboard.

[-] [email protected] 4 points 3 weeks ago

You are right that the terminal is a really useful tool. But for the average user, the terminal is intimidating.

No other OS works like Linux in term of UX. You can use iOS or Windows without a command line all your life.

As this post describe, it is next to impossible with a Linux Distro.

For the people that want Linux to be mainstream, this is an important hurdle to go over.

I know that Windows sometimes shit the bed where you need to edit a register or use PowerShell, but for the vast majority of people, it won't be needed ever in their life.

[-] [email protected] 8 points 3 weeks ago

I once saw an adult struggle to navigate the cursor to a button. It's a trivial task to most people but that's only true when you know how.

The terminal is not innately intimidating, it's just new - it's not something that they were taught in school. That's where the hurdle actually is.

[-] [email protected] 3 points 3 weeks ago

The CLI has lots of hurdles. Such having a blank screen with no prompts. Where the GUI shows the options you have. And 1 click to set the option. And how to unset the option is obvious. You only need to half remember a feature. Not precisely memorise and type command exactly or it will fail. Or worse, delete something you need. The GUI is preferred by the vast majority for good reason.

[-] [email protected] 5 points 3 weeks ago

This is not true, specially with atomic distros. You can get away with doing everything via GUI. I love my terminal, I can shave off hours of GUI with a few commands, but my kids and wife are also Linux users exclusively, and none of them have ever touched the terminal (yet).

this post was submitted on 05 Jun 2024
212 points (94.9% liked)

Linux

45352 readers
994 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