mikutter command not found

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

Introduction

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

mikutter: command not found

or when using sudo you get the following error message

sudo: mikutter: command not found

Solutions to mikutter: command not found

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

In Ubuntu mikutter is provided by mikutter package.

mikutter is:

Mikutter is a multi-pane Twitter client with several advanced features:

  • different tweet views (flat list, threaded list, searches);
  • user profile and activity views;
  • lists of followers and followings (friends);
  • plugin extensibility.

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

sudo apt-get -y install mikutter

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

You can also use apt command to install mikutter.

sudo apt -y install mikutter

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

sudo aptitude install mikutter

Summary

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