@26:07 he says as a business he’s considering Linux on his computers because of Windows privacy violations. It’s great to hear someone with such a wide audience talking about using Linux.

  • @bighatchester@lemmy.world
    link
    fedilink
    English
    2728 days ago

    Hopefully the next Linux challenge goes well for them . From what I remember Linus somehow broke his fresh Linux install by just install steam lol . Can’t wait to see Elijah switch to Linux

    • @A_Random_Idiot@lemmy.world
      link
      fedilink
      English
      18
      edit-2
      28 days ago

      I dont remember the specific details, but it was a bug in that install version that… Mint Pop_OS! (Thanks Joo)? I think it was? was slow to fix until the video came out or something?

      Anyway, long story short, He did ignore a warning, but what happened shouldnt have happened regardless, and it was totally something a novice could do, especially since, as a novice myself, most internet searchable help for linux issues boils down to “run this command, it’ll fix it” with no real broader explanation.

      That doesnt mean he isnt an ignorant cunt in a thousand other ways though.

      • @joojmachine@lemmy.ml
        link
        fedilink
        English
        2028 days ago

        Long story short, there was a bug with apt that Pop!_OS didn’t patch before the release. They did so after the latest version at the time was released. Had he updated his system before trying to install Steam, it’d never happened, that’s the worst part.

        • @A_Random_Idiot@lemmy.world
          link
          fedilink
          English
          1228 days ago

          Should have updated the install materials or just automatically force an update upon install. Competency should never be expected from the end user.

          • Captain Aggravated
            link
            fedilink
            English
            628 days ago

            I would agree. If you watch the video, you’ll see that Linux Mint’s onboarding process walked Luke through using the Update Manager. Pop!_OS didn’t. Also apparently Pop!_Shop doesn’t or didn’t perform an apt update upon launch for reasons beyond my understanding. Anyone familiar enough with Pop!_OS to know if that was or still is the case?

      • @ozymandias117@lemmy.world
        link
        fedilink
        English
        728 days ago

        The funny part, to me, is that the command he ran was so dangerous that Pop_OS required you to type out the entire phrase

        “Yes, do as I say!”

        With correct punctuation, or it won’t continue

        If it was just an “Okay” box or a “Y” to continue, I don’t think he’d have gotten as much flak for that one

    • Captain Aggravated
      link
      fedilink
      English
      1728 days ago

      I’ve done a whole NTSB breakdown on that incident before, but here’s what I hope is the short version:

      He was using Pop!_OS. Pop!_OS’ desktop environment was at the time kind of a fork of Gnome. I think now it outright is a fork of Gnome.

      It just so happened that a version of the Steam .deb package went out with a buggy set of prerequisite data such that if it encountered a “weird” desktop environment it would declare itself incompatible with this which would make APT uninstall the entire GUI stack, right on down to Xorg. It wouldn’t happen to distros using more mainstream desktops like Gnome or KDE or xfce, but it did effect weird things like Pop!_OS.

      This bugged version was apparently the latest version published when the Pop!_OS install image Linus used was made, so that was the version in the apt cache on Linus’ Pop!_OS machine.

      In the time between the creation of that install media and the filming of the episode, the bug had been reported and an updated version pushed to the repo.

      At no point during the install-first boot process, or while launching the Pop!_Shop did Pop!_OS update the apt cache.

      Linus tried to install Steam via the Pop!_Shop’s GUI. behind the scenes it saw the error about incompatibility with the desktop and threw a dialog box that said “Failed to install Steam.” The system was not harmed or altered in any way and continued working correctly.

      Instead of googling “popos failed to install steam” to see if there’s a way to fix it, he instead threw a small bitch fit about how Linux doesn’t work and you have to use the terminal for everything. He googled for “how to install steam with the terminal” or similar, and found the command “sudo apt install steam.” Most guides online for installing things using APT tell you to run an update and probably an upgrade command first, I do not know if Linus found instructions that omitted that or if he skimmed too aggressively.

      Running the command “sudo apt install steam” printed a lot of STDIO to the terminal including a large list of things it was preparing to uninstall, followed by a plaintext warning in bold text that read (paraphrasing) **WARNING! This operation is very likely to seriously damage your computer. You should not do this unless you REALLY know what you are doing. To continue, type “Yes do as I say.”

      It is my belief that Windows trained Linus to ignore such warnings, because Windows constantly throws errors about “this may harm your computer” basically every time it asks for administrator privileges. Linux does not do this; Linux usually accepts a ‘y’ or even just hitting the enter key with no input to mean “yes proceed,” sometimes when it wants you to really stop and think it’ll make you type the whole word “yes.” Having to type that whole sentence feels almost like “update your last will and testament to continue.” I think a lot of users learned it would do that from Linus’ video.

      He did so, the computer dutifully uninstalled the entire GUI stack and dropped him into a terminal.

      • @ozymandias117@lemmy.world
        link
        fedilink
        English
        12
        edit-2
        28 days ago

        I mentioned above, but it definitely tried to make absolutely sure by requiring the exact string

        “Yes, do as I say!”

        With punctuation and capitalization required.

        They’ve even tried to add more protections after the video to make sure that’s what you meant to do

      • @drathvedro@lemm.ee
        link
        fedilink
        English
        527 days ago

        A think to note is that it was completely salvageable. I believe it’d be just a matter of running sudo apt-get install pop-desktop and he’d be back on track. Meanwhile, on windows, download a sound card driver from manufacturers site, click “install”, and your OS won’t ever boot again, not in safe mode, not in recovery from live usb, not anyhow, because it always tries to load all drivers, including broken ones for some reason.