sredird command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
sredird: command not found
or when using sudo you get the following error message
sudo: sredird: command not found
Solutions to sredird: command not found
How To Fix sredird: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu sredird is provided by sredird package.
sredird is:
Sredird is a serial port redirector that is compliant with the RFC 2217 “Telnet Com Port Control Option” protocol. This protocol lets you share a serial port through the network.
To fix this problem, we can install more using the command below.
sudo apt-get -y install sredird
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install sredird.
sudo apt -y install sredird
Or if you have aptitude installed you can use the following command.
sudo aptitude install sredird
Summary
In this tutorial we learn how to fix sredird command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.