megals command not found

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

Introduction

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

megals: command not found

or when using sudo you get the following error message

sudo: megals: command not found

Solutions to megals: command not found

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

In Ubuntu megals is provided by megatools package.

megatools is:

Megatools is a collection of programs for accessing the Mega.co.nz service from the command line.

Megatools allow you to copy individual files as well as entire directory trees to and from the cloud. You can also perform streaming downloads for example to preview videos and audio files, without needing to download the entire file first.

Megatools are robust and optimized for fast operation - as fast as Mega servers allow. Memory requirements and CPU utilization are kept at minimum.

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

sudo apt-get -y install megatools

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

You can also use apt command to install megatools.

sudo apt -y install megatools

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

sudo aptitude install megatools

Summary

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