toot command not found

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

Introduction

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

toot: command not found

or when using sudo you get the following error message

sudo: toot: command not found

Solutions to toot: command not found

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

In Ubuntu toot is provided by toot package.

toot is:

This client allows you to access mastodon servers from the command line.

You can authenticate, toot, follow, unfollow, mute, block, unblock, search and more.

It also contains an experimental curses client.

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

sudo apt-get -y install toot

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

You can also use apt command to install toot.

sudo apt -y install toot

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

sudo aptitude install toot

Summary

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