0

I am trying to install php5-gmp methods on my mac using command "sudo apt-get install php5-gmp", but I get the error .

"sudo: apt-get: command not found"

ArK
  • 20,698
  • 67
  • 109
  • 136
xetri kd
  • 11
  • 4
  • Because `apt-get` is a linux command which doe not exist on Mac OSX. You should use alternatives like `Hoebrew` and the like. for more into: [Why is not apt-get working on Mac OSX](http://stackoverflow.com/questions/19688424/why-is-apt-get-function-not-working-in-terminal-on-mac-osx-10-9) – M. Porooshani Dec 08 '15 at 04:30
  • he meant to type 'homebrew' but I can't edit comments yet – James Tobin Dec 08 '15 at 04:57
  • Fatal error: Call to undefined function gmp_init() still getting error – xetri kd Dec 08 '15 at 06:59

0 Answers0