gyrus command not found

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

Introduction

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

gyrus: command not found

or when using sudo you get the following error message

sudo: gyrus: command not found

Solutions to gyrus: command not found

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

In Ubuntu gyrus is provided by gyrus package.

gyrus is:

It allows through a nice GUI to control user quotas, create and remove mailboxes, and to manipulate the Access Control List for each mailbox.

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

sudo apt-get -y install gyrus

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

You can also use apt command to install gyrus.

sudo apt -y install gyrus

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

sudo aptitude install gyrus

Summary

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