On Windows, installing I2P is easy.

On Linux… not so much. That’s because Linux isn’t Linux. There’s a Debian package, but OpenSuse is its own thing. Is there a way to get I2P, Snark, etc. up and running there without having to jump through too many hoops?

  • @heisenbug4242
    link
    English
    5
    edit-2
    4 months ago

    If you want a solution that works on every Linux distribution, you can install Docker and run i2pd (a high-performance C++ variant of I2P) as a container. The Docker image is: purplei2p/i2pd Or…, even easier, you can run i2pd via flatpak (also works on every distro). See here: https://i2pd.readthedocs.io/en/latest/user-guide/install/ Hope this helps 🙂

    • EinarOP
      link
      fedilink
      English
      24 months ago

      Thanks. Is i2pd well maintained?

      • @heisenbug4242
        link
        English
        34 months ago

        It seems i2pd is a healthy project, judging by the frequency of updates to the docker image as well as the github releases going back 10 years.

        • EinarOP
          link
          fedilink
          English
          34 months ago

          Thanks. Will give this a shot. 🤝