srain command not found
In this troubleshooting guide we learn how to fix srain command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
srain: command not found
or when using sudo you get the following error message
sudo: srain: command not found
Solutions to srain: command not found
How To Fix srain: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu srain is provided by srain package.
srain is:
Srain is a modern IRC client with a GTK+ GUI that is:
- Fully open source
- RFC 1459, 2812 compatible
- Partial IRCv3 support
- Multi-platform support (Linux, Windows, macOS and BSD) Capabilities of a modern graphical IRC client:
- Convenient connection panel
- Interactive channel search
- Forward message in one click
- URL preview
- Desktop notification
- Special optimization for bridge/relay bot Power-user capabilities:
- Anything can be done via commands
- Fine-grained configuration with hot update support
- Regex based message render and filter mechanisms
To fix this problem, we can install more using the command below.
sudo apt-get -y install srain
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install srain.
sudo apt -y install srain
Or if you have aptitude installed you can use the following command.
sudo aptitude install srain
Summary
In this tutorial we learn how to fix srain command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.