rt-passwd-4 command not found

In this troubleshooting guide we learn how to fix rt-passwd-4 command not found error message

Introduction

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

rt-passwd-4: command not found

or when using sudo you get the following error message

sudo: rt-passwd-4: command not found

Solutions to rt-passwd-4: command not found

How To Fix rt-passwd-4: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu rt-passwd-4 is provided by request-tracker4 package.

request-tracker4 is:

Request Tracker (RT) is a ticketing system which enables a group of people to intelligently and efficiently manage tasks, issues, and requests submitted by a community of users. It features web, email, and command-line interfaces (see the package rt4-clients).

RT manages key tasks such as the identification, prioritization, assignment, resolution, and notification required by enterprise-critical applications, including project management, help desk, NOC ticketing, CRM, and software development.

This package provides the 4 series of RT. It can be installed alongside the 3.8 series without any problems.

This package provides the core of RT.

This package supports three database types out of the box: MySQL, PostgreSQL and SQLite. In order to support a zero-configuration install, SQLite will be used by default, but is not recommended for production use. Please see /usr/share/doc/request-tracker4/NOTES.Debian for more details and consider installing rt4-db-postgresql or rt4-db-mysql at the same time as this package.

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

sudo apt-get -y install request-tracker4

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

You can also use apt command to install request-tracker4.

sudo apt -y install request-tracker4

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

sudo aptitude install request-tracker4

Summary

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