1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
Files
archived-web-php/include/download-instructions/linux-ubuntu-cli-default.php
2025-08-12 14:29:31 +01:00

11 lines
203 B
PHP

<p>
On the command line, run the following commands:
</p>
<pre><code class="language-bash line-numbers">
# Update the package lists.
sudo apt update
# Install PHP.
sudo apt install -y php
</code></pre>