iroffer command not found

In this troubleshooting guide we learn how to fix iroffer command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

iroffer: command not found

or when using sudo you get the following error message

sudo: iroffer: command not found

Solutions to iroffer: command not found

How To Fix iroffer: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu iroffer is provided by iroffer package.

iroffer is:

iroffer is a file server for IRC (commonly referred to as a DCC bot). It uses the DCC feature of IRC to send files to other users. iroffer will connect to an IRC server and let people request files from it. Unlike similar programs, iroffer is not a script; it is a standalone executable written entirely in C, from scratch, with high transfer speed and efficiency in mind. iroffer has been known to reach 2MByte/sec or higher bandwidth usage when multiple transfers are occurring at the same time.

To fix this problem, we can install more using the command below.

sudo apt-get -y install iroffer

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install iroffer.

sudo apt -y install iroffer

Or if you have aptitude installed you can use the following command.

sudo aptitude install iroffer

Summary

In this tutorial we learn how to fix iroffer command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.