tagcloud command not found

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

Introduction

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

tagcloud: command not found

or when using sudo you get the following error message

sudo: tagcloud: command not found

Solutions to tagcloud: command not found

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

In Ubuntu tagcloud is provided by tagcloud package.

tagcloud is:

Tagcloud will start a simple web server and display a webpage where you can choose which textfile to create a tagcloud from. You can then click on tags to retrieve the notes, as well as search the fulltext of all the notes.

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

sudo apt-get -y install tagcloud

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

You can also use apt command to install tagcloud.

sudo apt -y install tagcloud

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

sudo aptitude install tagcloud

Summary

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