• @[email protected]
    link
    fedilink
    112 days ago

    this warrants a TON of upvotes, are y’all for real? THIS is what it looks like to the potential converts and I deal with them daily.

    the single, giganticest, most glaring issue in every distro and DE is the complete absence of sane defaults as this dude demonstrates, his comedic chops and edge-case issues aside.

    converts nowadays come from the hyper-polished world of Android and iOS devices, where you turn it on and it works. the idea that the average user needs complex setup and training and is faced with these cryptic sysadm-intended-for error messages delegates it to the narrow userbase it has, and it can be so much better.

    • @ikidd
      link
      English
      52 days ago

      Like, what distros? All the majors I’ve used in the last 5 years have pretty sane defaults. Except Arch, of course, because the packagers just put in what the devs send.

    • @[email protected]
      link
      fedilink
      English
      52 days ago

      That dpkg lock issue 😭

      I still don’t know what’s the proper way of handling it other than just restarting the computer and deleting the lock files, then hope nothing breaks.

  • Blaster M
    link
    English
    192 days ago

    Remember kids, whatever Linux Distro you insfalled, it’s the wrong one…

  • Leaflet
    link
    English
    172 days ago

    Shame, it seems an apt issue caused him multiple problems.

    It prevented him from setting up Davinci Resolve, though honestly that probably wouldn’t have worked out well anyways.

    He also wasn’t able to install the deb of kdenlive, but at least the snap version worked for him.

    • @[email protected]OP
      link
      fedilink
      122 days ago

      It’s interesting but I didn’t watch and share this as a serious review. I posted it for the couple of chuckles I got out of ‘The power of sudo compels you’ and ‘God only has ten commands’. Sam’s a funny guy.

    • @[email protected]
      link
      fedilink
      English
      82 days ago

      I would’ve liked to see him try mint instead. Less fluff, and hopefully that would’ve gone better for him.

  • @PushButton
    link
    132 days ago

    All the losers down voting the post…

    You surely can laugh without feeling attacked at your very core, don’t you?

  • @[email protected]
    link
    fedilink
    English
    4
    edit-2
    2 days ago

    He is a true CEO of Linux. Has no clue about what he’s doing but he’s very confident. He should’ve at least read a tiny bit about how this works. Such as, you can’t go and install apt packages without updating your system first, or else you will run into issues. You also can’t use a GUI apt frontend as well as apt via the command line. Some of the errors he encountered are totally Ubuntu’s fault tho, such as the broken installer.

    • Leaflet
      link
      English
      2
      edit-2
      2 days ago

      you can’t go and install apt packages without updating your system first

      You can use apt without updating first. You’ll just be installing potentially outdated versions if the cached repository information is old. Though you may run into issues if you do partial upgrades (updating the cached repository, but not running an upgrade, then installing something new). Though this is less of an issue on Ubuntu since they try not to do big updates.

      you also can’t use a GUI apt frontend as well as apt via the command line

      The error message should tell you that you can’t have multiple commands running at once. The error message is a bit too technical, citing the lock files.