icecream-sundae command not found

In this troubleshooting guide we learn how to fix icecream-sundae command not found error message

Introduction

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

icecream-sundae: command not found

or when using sudo you get the following error message

sudo: icecream-sundae: command not found

Solutions to icecream-sundae: command not found

How To Fix icecream-sundae: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu icecream-sundae is provided by icecream-sundae package.

icecream-sundae is:

This program is a commandline Monitor for Icecream (icecc) for an overview of nodes connected to the icecream-scheduler, their loads and other useful statistical information

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

sudo apt-get -y install icecream-sundae

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

You can also use apt command to install icecream-sundae.

sudo apt -y install icecream-sundae

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

sudo aptitude install icecream-sundae

Summary

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