rt-repeat-ticket command not found

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

Introduction

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

rt-repeat-ticket: command not found

or when using sudo you get the following error message

sudo: rt-repeat-ticket: command not found

Solutions to rt-repeat-ticket: command not found

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

In Ubuntu rt-repeat-ticket is provided by rt4-extension-repeatticket package.

rt4-extension-repeatticket is:

The RepeatTicket extension for the Request Tracker trouble-ticket tracking system allows you to set up recurring tickets so new tickets are automatically created based on a schedule. The new tickets are populated with the subject and initial content of the original ticket in the recurrence.

After you activate the plugin all tickets will have a Recurrence tab on the create and edit pages. To set up a repeating ticket, click the checkbox to “Enable Recurrence” and fill out the schedule for the new tickets.

New tickets are created when you initially save the recurrence, if new tickets are needed, and when your daily cron job runs the rt-repeat-ticket script.

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

sudo apt-get -y install rt4-extension-repeatticket

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

You can also use apt command to install rt4-extension-repeatticket.

sudo apt -y install rt4-extension-repeatticket

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

sudo aptitude install rt4-extension-repeatticket

Summary

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