This thread is highlighting exactly why windows users think Linux is unusable - apt, pacman etc are all commands that require a minimal understanding of the terminal, and the average person does not have that. The answer isn’t “learn in your own time”, because that simply isn’t going to happen - they have no interest in the internals, how things work, they just want the end product.
Regular users just want it to update itself in the background or have a nice obvious “system update” button like Mint. The only thing they understand about “apt upgrade -u” is the word ‘upgrade’ - the rest might as well be ancient sumerian to them. Even remembering the short phrase is infinitely more complex than pressing a clearly labelled button. You will never convert a single user by trying to convince them to use any form of CLI over a GUI.
Oh, so you are from one of my favourite gangs - “terminal is scary and a no-go”. Okay, I am yet in a good mood, so
apt, pacman etc are all commands that require a minimal understanding of the terminal, and the average person does not have that
they don’t require that. “open terminal, type this incantation, press enter” requires zero knowledge of how any of that works. Also, “average person” is wildly different depending on where it is measured
Regular users just want it to update itself in the background
Bullshit. You ever seen threads of how windows users hate its forced updates fuckery?
The only thing they understand about “apt upgrade -u” is the word ‘upgrade’ - the rest might as well be ancient sumerian to them
So let it be sumerian. Only thing anyone cares about is they know how to use it
Even remembering the short phrase is infinitely more complex than pressing a clearly labelled button
First - bullshit. Second - “clearly labeled” my ass, because human language is not maths, any text can be understood very differently depending on a number of things
You will never convert a single user by trying to convince them to use any form of CLI over a GUI
That made me chuckle. Go on, give me more insights about my life, it is so funny
See, you’re so deep in the sauce you’ve lost all perspective; A normal user isn’t getting as far as “type this incantation” - the one they won’t remember and will have to look up each time - because they’re going to give you a blank look when you tell them to open the terminal. I know this because I work with regular users ever day and get blank looks for much simpler questions.
windows users hate its forced updates fuckery
No, windows users hate the constant restarting for updates, if it all happened in the background they wouldn’t even notice. Just look at Mint.
Only thing anyone cares about is they know how to use it
They don’t even remember it, never mind know how to use it. That’s the whole point.
human language is not maths, any text can be understood very differently depending on a number of things
This is sophistic and stupid, humans don’t speak maths and “apt update -U” isn’t maths either. If you’re so desperate you’re reaching for “words don’t mean anything akshully” you already know you’re wrong.
give me more insights about my life
You are not a user, you are a power user like me and everyone else in this thread. Regular users don’t go online to discuss their OS. It’s the height of narcissism to think you’re the person being talked about here.
apt upgrade -UDoes both update and upgrade.
One fun thing about Linux is that you always learn
I don’t want to learn. I have job to do.
Then you can use Linux Mint, super easy.
You don’t learn things at your job? Damn, you must not be a good employee.
Learning OS wizardry is counterproductive. I have more important stuff to do.
Windows is usable without os wizardry? I know it used to be, but that wasn’t my experience last time I used it.
Dude on mint I just open terminal and type apt install (thing I want). All dependencies handled. No fuckery. No bullshit.
So you don’t learn OS wizardry and don’t fuck around with working machine when there is stuff to do, duh. This doesn’t depend on OS in use
This thread is highlighting exactly why windows users think Linux is unusable - apt, pacman etc are all commands that require a minimal understanding of the terminal, and the average person does not have that. The answer isn’t “learn in your own time”, because that simply isn’t going to happen - they have no interest in the internals, how things work, they just want the end product.
Regular users just want it to update itself in the background or have a nice obvious “system update” button like Mint. The only thing they understand about “apt upgrade -u” is the word ‘upgrade’ - the rest might as well be ancient sumerian to them. Even remembering the short phrase is infinitely more complex than pressing a clearly labelled button. You will never convert a single user by trying to convince them to use any form of CLI over a GUI.
Oh, so you are from one of my favourite gangs - “terminal is scary and a no-go”. Okay, I am yet in a good mood, so
they don’t require that. “open terminal, type this incantation, press enter” requires zero knowledge of how any of that works. Also, “average person” is wildly different depending on where it is measured
Bullshit. You ever seen threads of how windows users hate its forced updates fuckery?
So let it be sumerian. Only thing anyone cares about is they know how to use it
First - bullshit. Second - “clearly labeled” my ass, because human language is not maths, any text can be understood very differently depending on a number of things
That made me chuckle. Go on, give me more insights about my life, it is so funny
See, you’re so deep in the sauce you’ve lost all perspective; A normal user isn’t getting as far as “type this incantation” - the one they won’t remember and will have to look up each time - because they’re going to give you a blank look when you tell them to open the terminal. I know this because I work with regular users ever day and get blank looks for much simpler questions.
No, windows users hate the constant restarting for updates, if it all happened in the background they wouldn’t even notice. Just look at Mint.
They don’t even remember it, never mind know how to use it. That’s the whole point.
This is sophistic and stupid, humans don’t speak maths and “apt update -U” isn’t maths either. If you’re so desperate you’re reaching for “words don’t mean anything akshully” you already know you’re wrong.
You are not a user, you are a power user like me and everyone else in this thread. Regular users don’t go online to discuss their OS. It’s the height of narcissism to think you’re the person being talked about here.
Alias na=“Sudo nala upgrade -y”
Does update and upgrade with parallel downloads from fast high bandwidth repos and pretty colors 😍
Whelp. Dang. Guess I know what I’m trying on my Ubuntu & Debian VMs next :D
Good to know. I just have a script that does like everything in order, but I could save a line by doing that instead of both beinv separate commands.