Skip to content

Instantly share code, notes, and snippets.

@zoonderkins
Last active March 20, 2021 07:02
Show Gist options
  • Save zoonderkins/1ee828a2389e3f05d24b4e3659d4eaec to your computer and use it in GitHub Desktop.
Save zoonderkins/1ee828a2389e3f05d24b4e3659d4eaec to your computer and use it in GitHub Desktop.
Debian sid install purple i2pd

Installation

Guid to install: https://i2pd.readthedocs.io/en/latest/user-guide/install/ Download latest version https://github.com/PurpleI2P/i2pd/releases/latest

Download

## Ubuntu
wget https://github.com/PurpleI2P/i2pd/releases/download/2.37.0/i2pd_2.37.0-1focal1_amd64.deb

## Debian
wget https://github.com/PurpleI2P/i2pd/releases/download/2.37.0/i2pd_2.37.0-1bullseye1_amd64.deb

Install

## Ubuntu
apt install -f ./i2pd_2.37.0-1focal1_amd64.deb --fix-broken

## Debian
apt install -f ./i2pd_2.35.0-1bullseye1_amd64.deb --fix-broken
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment