lostirc command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
lostirc: command not found
or when using sudo you get the following error message
sudo: lostirc: command not found
Solutions to lostirc: command not found
How To Fix lostirc: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu lostirc is provided by lostirc package.
lostirc is:
LostIRC is a simple, yet very useful IRC-client. It has features such as tab-autocompletion, multiple server support, automatic joining of servers/channels and DCC sending which should cover the needs of most people. The client is 100% keyboard-controllable, and uses the gtkmm GUI library.
To fix this problem, we can install more using the command below.
sudo apt-get -y install lostirc
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install lostirc.
sudo apt -y install lostirc
Or if you have aptitude installed you can use the following command.
sudo aptitude install lostirc
Summary
In this tutorial we learn how to fix lostirc command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.