tj3ss_receiver command not found

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

Introduction

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

tj3ss_receiver: command not found

or when using sudo you get the following error message

sudo: tj3ss_receiver: command not found

Solutions to tj3ss_receiver: command not found

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

In Ubuntu tj3ss_receiver is provided by tj3 package.

tj3 is:

TaskJuggler is a modern and powerful, Free and Open Source Software project management tool. Its new approach to project planing and tracking is more flexible and superior to the commonly used Gantt chart editing tools.

TaskJuggler is project management software for serious project managers. It covers the complete spectrum of project management tasks from the first idea to the completion of the project. It assists you during project scoping, resource assignment, cost and revenue planing, risk and communication management.

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

sudo apt-get -y install tj3

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

You can also use apt command to install tj3.

sudo apt -y install tj3

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

sudo aptitude install tj3

Summary

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