Install Megatools on CentOS 7 and Fedora

In order to Install Megatools, we have to paste the following code in the CLI and hit enter

yum -y install gcc make glib2-devel libcurl-devel openssl-devel gmp-devel tar automake autoconf libtool wget -y

The above code sets the environment for megatools installation

Now the tools can be downloaded using the below code

wget megatools.megous.com/builds/megatools-1.9.97.tar.gz
tar -xzvf megatools*.tar.gz
cd megatools*
./configure
make
make install
megadl 'MEGA URL'

CentOS and Fedora,Megatools