onesixtyone command not found

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

Introduction

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

onesixtyone: command not found

or when using sudo you get the following error message

sudo: onesixtyone: command not found

Solutions to onesixtyone: command not found

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

In Ubuntu onesixtyone is provided by onesixtyone package.

onesixtyone is:

onesixtyone is a simple SNMP scanner which sends SNMP requests for the sysDescr value asynchronously with user-adjustable sending times and then logs the responses which gives the description of the software running on the device.

Running onesixtyone on a class B network (switched 100Mbs with 1Gbs backbone) with -w 10 gives a performance of 3 seconds per class C, with no dropped packets, and all 65536 IP addresses were scanned in less than 13 minutes.

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

sudo apt-get -y install onesixtyone

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

You can also use apt command to install onesixtyone.

sudo apt -y install onesixtyone

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

sudo aptitude install onesixtyone

Summary

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