rotix command not found

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

Introduction

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

rotix: command not found

or when using sudo you get the following error message

sudo: rotix: command not found

Solutions to rotix: command not found

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

In Ubuntu rotix is provided by rotix package.

rotix is:

Rotix allows you to generate rotational obfuscations, like the world-famous ROT-13. Note that this is not an encryption pack.

Install Rotix if you want to generate ROT-13 variants.

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

sudo apt-get -y install rotix

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

You can also use apt command to install rotix.

sudo apt -y install rotix

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

sudo aptitude install rotix

Summary

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