rsh-redone-rsh command not found

In this troubleshooting guide we learn how to fix rsh-redone-rsh command not found error message

Introduction

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

rsh-redone-rsh: command not found

or when using sudo you get the following error message

sudo: rsh-redone-rsh: command not found

Solutions to rsh-redone-rsh: command not found

How To Fix rsh-redone-rsh: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu rsh-redone-rsh is provided by rsh-redone-client package.

rsh-redone-client is:

Rsh-redone is a reimplementation of the remote shell clients and servers. It is written from the ground up to avoid the bugs found in the standard clients and servers. It also fully supports IPv6.

This package provides rsh and rlogin.

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

sudo apt-get -y install rsh-redone-client

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

You can also use apt command to install rsh-redone-client.

sudo apt -y install rsh-redone-client

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

sudo aptitude install rsh-redone-client

Summary

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