tayga command not found

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

Introduction

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

tayga: command not found

or when using sudo you get the following error message

sudo: tayga: command not found

Solutions to tayga: command not found

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

In Ubuntu tayga is provided by tayga package.

tayga is:

TAYGA is an out-of-kernel stateless NAT64 implementation for Linux that uses the TUN driver to exchange IPv4 and IPv6 packets with the kernel. It is intended to provide production-quality NAT64 service for networks where dedicated NAT64 hardware would be overkill. TAYGA needs no kernel patches or out-of-tree modules, and it is compatible with all 2.4 and 2.6 kernels.

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

sudo apt-get -y install tayga

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

You can also use apt command to install tayga.

sudo apt -y install tayga

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

sudo aptitude install tayga

Summary

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