f-irc command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
f-irc: command not found
or when using sudo you get the following error message
sudo: f-irc: command not found
Solutions to f-irc: command not found
How To Fix f-irc: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu f-irc is provided by f-irc package.
f-irc is:
F-IRC is an IRC client for terminals/command-line/console. Its goal is to be as user friendly as possible with easy navigation and keyboard shortcuts for quick navigation. It has an as much a gentle learning curve as possible.
To fix this problem, we can install more using the command below.
sudo apt-get -y install f-irc
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install f-irc.
sudo apt -y install f-irc
Or if you have aptitude installed you can use the following command.
sudo aptitude install f-irc
Summary
In this tutorial we learn how to fix f-irc command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.