trojan command not found

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

Introduction

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

trojan: command not found

or when using sudo you get the following error message

sudo: trojan: command not found

Solutions to trojan: command not found

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

In Ubuntu trojan is provided by trojan package.

trojan is:

Trojan features multiple protocols over TLS to avoid both active/passive detections and ISP QoS limitations. It tries to hide a proxy service behind a normal HTTPS service. Trojan claims to be unidentifiable.

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

sudo apt-get -y install trojan

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

You can also use apt command to install trojan.

sudo apt -y install trojan

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

sudo aptitude install trojan

Summary

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