Missing Dependencies

Prev Next

How to install “curl”

If not installed, follow the link below to install the “curl” on your system.

How to install “wget”

If not installed, follow the steps below to install the “wget” on your system.

  • Install wget on Ubuntu/Debian:

    sudo apt -get install wget

  • Install wget on RHEL / CentOS / Fedora:

    sudo yum install wget

How to install “unzip”

If not installed, follow the steps below to install the “unzip” on your system.

  • Install wget on Ubuntu/Debian:

    sudo apt install unzip

  • Install wget on RHEL / CentOS / Fedora:

    sudo yum install unzip