this post was submitted on 19 May 2024
48 points (88.7% liked)

Linux

47749 readers
808 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] -1 points 5 months ago* (last edited 5 months ago) (3 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] 0 points 5 months ago (1 children)
[–] [email protected] -1 points 5 months ago

Right, and they only demonstrated limited functionality.

[–] [email protected] 0 points 5 months ago (1 children)

Any modern distro.

There are GUI methods for adding repositories to every major software center to my knowledge, and it isn't very hard.

Kate, and other modern file editors are more than equipped to handle some config files, that's probably the simplest thing ever.

There are multiple GUI front ends for samba.

Don't comment on the usability of Linux GUI if you haven't even tried in the last 20 years like seriously

[–] [email protected] 0 points 5 months ago

Any modern distro.

I don't suppose you could give the name of a distro that achieves full functionality purely in the GUI?

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

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.