i2pd command not found

In this troubleshooting guide we learn how to fix i2pd command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

i2pd: command not found

or when using sudo you get the following error message

sudo: i2pd: command not found

Solutions to i2pd: command not found

How To Fix i2pd: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu i2pd is provided by i2pd package.

i2pd is:

I2P (Invisible Internet Protocol) is a universal anonymous network layer. All communications over I2P are anonymous and end-to-end encrypted, participants don’t reveal their real IP addresses.

To fix this problem, we can install more using the command below.

sudo apt-get -y install i2pd

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install i2pd.

sudo apt -y install i2pd

Or if you have aptitude installed you can use the following command.

sudo aptitude install i2pd

Summary

In this tutorial we learn how to fix i2pd command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.