I would like to install Nextcloud on Raspbian Stretch (or Ubuntu Mate) with MySQL and PHP 7. My apt-get install syntax looks like the below for MySQL and PHP 7:
sudo apt-get install mysql-server php7.0 php7.0-gd php7.0-mysql php7.0-curl php7.0-json php7.0-intl php7.0-mcrypt php7.0-bz2 php7.0-zip php-imagick
I've gathered the above from searching websites on how to install Nextcloud. Would anyone have any suggestions for what to add and/or remove from the syntax for MySQL and PHP 7? Thank you.