A bit of an elitist gatekeeper, are we?
It’s a screenshot of a post by someone that fits that description. The OP here tried to show that but it isn’t clear.
The original post is a perfectly humorous meme on the idea that “maybe enabling users doing things via gui isn’t a horrible idea”.
Posting a screenshot of someone else’s post, with a clearly negative note, in hopes of provoking… What? A hateful echo chamber around it?
There’s nothing funny here. It essentially just boils down to “look at how dumb this reasonable opinion exaggerated for comedic effect is” which is little more than toxic slander looking for validation.
I personally hate it when software has ‘linux support’ as one out-of-date .deb file and a .tar.gz
But it’s correct. It’s time to move on.
deleted by creator
Xctract zee file
xzf
I don’t understand.
How is it hard to remember: “eXtract File” = “tar xf …”? If tar is gZipped - it’s “tar xzf …”.
I don’t think I’ve ever seen tarball that wouldn’t work with one of these two commands.Just use
tar xaf
to auto-detect the format. (Mnemonic: “extract a file”)Usually the distro has tar in automatic and automatically detects which compression flag to use so
tar xf ...
usually just works
eXtract Zi Files - xzf
double click exe file
10 page wizard, with malware boxed checked by default
Average redditor who didn’t grow up to understand that opinions exist:
Being real, why DON’T distros just have the ability to do the installation if you double-click whatever file is downloaded?
I feel like we should have either option - download and double-click or just use the command line.
I mean, what else would double-clicking a .tar.gz file or an appimage do than install it (yes, I know, look into the archive, but really - how often is that the desired thing to do)? So, therefore, why don’t we just have it install the files that are downloaded?
This is a legit question btw, I really don’t know the answer
How would the distro tell if the tar.gz is a program or just a bunch of compressed files? I tend to use tar files for compression rather than for distributing or installing software
Do you not know what a tar.gz is? it’s like a zip file. how are you supposed to install it automatically? the structure inside is unknown.
also, it’s commonly used for things like backups.
sudo emerge app-misc/i-love-gentoo
Ew, what’s that website?