yggdrasil-genkeys command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
yggdrasil-genkeys: command not found
or when using sudo you get the following error message
sudo: yggdrasil-genkeys: command not found
Solutions to yggdrasil-genkeys: command not found
How To Fix yggdrasil-genkeys: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu yggdrasil-genkeys is provided by yggdrasil package.
yggdrasil is:
Yggdrasil is an early-stage implementation of a fully end-to-end encrypted IPv6 network. It is lightweight, self-arranging, supported on multiple platforms and allows pretty much any IPv6-capable application to communicate securely with other Yggdrasil nodes. Yggdrasil does not require you to have IPv6 Internet connectivity - it also works over IPv4.
This package contains the executables.
To fix this problem, we can install more using the command below.
sudo apt-get -y install yggdrasil
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install yggdrasil.
sudo apt -y install yggdrasil
Or if you have aptitude installed you can use the following command.
sudo aptitude install yggdrasil
Summary
In this tutorial we learn how to fix yggdrasil-genkeys command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.