tlog-play command not found

In this troubleshooting guide we learn how to fix tlog-play command not found error message

Introduction

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

tlog-play: command not found

or when using sudo you get the following error message

sudo: tlog-play: command not found

Solutions to tlog-play: command not found

How To Fix tlog-play: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu tlog-play is provided by tlog package.

tlog is:

Tlog is a terminal I/O recording and playback package suitable for implementing centralized user session recording. Recorded data is sent to a logging service. Both the standard syslog and journald interfaces are supported. The recorded data is in JSON allowing storage in ElasticSearch where it can be searched, queried and played back.

This package contains tlog-rec, tlog-rec-session and tlog-play

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

sudo apt-get -y install tlog

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

You can also use apt command to install tlog.

sudo apt -y install tlog

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

sudo aptitude install tlog

Summary

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