Install Php7.0 On A Debian, Ubuntu And Raspbian

Install Php7.0 On A Debian, Ubuntu And Raspbian

php7.0

command-line interpreter for the PHP scripting language

Install php7.0

  • Debian apt-get install php7.0-cli Click to copy
  • Ubuntu apt-get install php7.0-cli Click to copy
  • Raspbian apt-get install php7.0-cli Click to copy

php7.0-cli

command-line interpreter for the PHP scripting language

This package provides the /usr/bin/php7.0 command interpreter, useful for testing PHP scripts from a shell or performing general shell scripting tasks. The following extensions are built in: Core date filter hash libxml openssl pcntl pcre Reflection session SPL standard zlib. PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.

Install the latest version of php7.0 in Debian, Ubuntu and Raspbian from terminal. To install the php7.0 just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of php7.0 from the respository and install it in your computer/server.