• I tried to use language a Windows user might understand, obviously not since nobody packages installers for Linux like Windows (because installers suck)

    • Possibly linux
      link
      fedilink
      English
      0
      edit-2
      1 month ago

      It is very dangerous downloading and installing random packages. It introduces instability since the package manager maintains the entire system and untested packages can create all sorts of issues.

      Best to use native packages that have been tested upstream. If that isn’t possible you want to use some sort of sandbox that can be easily blown away and created. (A container)

      I get where you are coming from but it is best to encourage good practices.

        • Possibly linux
          link
          fedilink
          English
          01 month ago

          You can use the AUR in a container. You could install podman or you could even setup a environment with bubblewrap.