LAMP (software bundle): Difference between revisions

Line 27: Line 27:
===Installing PHP===
===Installing PHP===
[https://www.cloudbooklet.com/how-to-install-php-7-3-on-ubuntu-18-04/ Reference]<br>
[https://www.cloudbooklet.com/how-to-install-php-7-3-on-ubuntu-18-04/ Reference]<br>
Installing PHP 7.3 on Ubuntu 16.04
Installing PHP 7.3 on Ubuntu 18.04
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
sudo apt install software-properties-common
sudo apt install software-properties-common
Line 46: Line 46:
* Always use a version when installing things if you don't want things to break when you do updates
* Always use a version when installing things if you don't want things to break when you do updates
** I.e. <code>php7.3-common</code> instead of <code>php-common</code>
** I.e. <code>php7.3-common</code> instead of <code>php-common</code>


===Installing MariaDB===
===Installing MariaDB===