With the increase popularity of the linux desktop and the steamdeck, will new viruses and malwares be developed for linux systems? should we better use an antivirus?

  • falsem
    link
    fedilink
    161 year ago

    The pattern of using managed repositories instead of downloading random shit off the internet prevents a lot of it outright.

    • 0xtero
      link
      fedilink
      91 year ago

      Just have to remember which repos are “managed” and which are not. Installing stuff from PyPi or NPM might actually require you to read through quite a lot of code before installing. I don’t think most people are that diligent.

      • @netvor
        link
        11 year ago

        yup, that’s why i avoid it like the plague.

        It’s .deb’s and .rpm’s all the way down.

        And sometimes flatpaks. And sometimes AppImages.

        But never pips, gems or any of that sort of …