-bash: curl: command not found

Solved
Hello,
I'm installing Shinken and when I type to test
root@debian# curl http://localhost:7770/


I get
-bash: curl: command not found


Can you explain where the problem comes from? Thank you
Configuration: Windows 7 / Chrome 47.0.2526.111

1 answer

  1. Hi,

    Simply put, the
    curl
    command is not installed ;-(

    As root:
    apt-get install curl
    10
    1. Thank you very much,
      (I love Linux and Debian more and more)
      0