86
15 Signs Linux Is Not For You
(itsfoss.com)
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.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
For #18, here's how my sneakernet software sharing goes: Windows: I copy the installer exe, or a zipped version of the software as installed to a flash drive. The person can then run the software from the drive, or copy it to their own PC. No Internet required, no outside connection called for.
Linux: after determining that they have the right distro type for the software, I have to walk them through either getting it from a GUI repository client, apt, pacman, flatpak, snap, or whatever other cockamamie thing it's on. They have to install it from the central authority - which is not sharing the software. It's suggesting that someone else connect to the Internet and download a thing.
If it requires the Internet to for a typical user to share software on media, your operating system is hostile to freedom.
If you want to share software like that, just use AppImage. It's perfect for sneakernet software sharing: no internet access required, and it requires less technical knowledge from end users than telling them to use a package manager. Just copy the file and run it.