shelr command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
shelr: command not found
or when using sudo you get the following error message
sudo: shelr: command not found
Solutions to shelr: command not found
How To Fix shelr: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu shelr is provided by shelr package.
shelr is:
Shelr allows one to record, replay and share your terminal session. It works almost the same as script or ttyrec but adds some useful features on top of them. Optionally you can share your recordings at http://shelr.tv/ or via email.
To fix this problem, we can install more using the command below.
sudo apt-get -y install shelr
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install shelr.
sudo apt -y install shelr
Or if you have aptitude installed you can use the following command.
sudo aptitude install shelr
Summary
In this tutorial we learn how to fix shelr command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.