robustirc-bridge command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
robustirc-bridge: command not found
or when using sudo you get the following error message
sudo: robustirc-bridge: command not found
Solutions to robustirc-bridge: command not found
How To Fix robustirc-bridge: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu robustirc-bridge is provided by robustirc-bridge package.
robustirc-bridge is:
The RobustIRC bridge allows you to connect to a RobustIRC network using your regular IRC client (such as irssi, WeeChat, XChat, etc).
It can be used as a SOCKS proxy for IRC clients which support SOCKS proxies, or it can be run for a specific RobustIRC network, in which case it will listen on a port (localhost:6667 by default) and talk IRC.
To fix this problem, we can install more using the command below.
sudo apt-get -y install robustirc-bridge
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install robustirc-bridge.
sudo apt -y install robustirc-bridge
Or if you have aptitude installed you can use the following command.
sudo aptitude install robustirc-bridge
Summary
In this tutorial we learn how to fix robustirc-bridge command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.