Difference between revisions of "WebServer - Mint 19.3"

From Da Nerd Mage Wiki
Jump to navigation Jump to search
(Created page with "<span style="color:#c0392b">'''Note:''' On Mint 19.3, the instructions here for [[WebServer - Basic LAMP Stack Install{{!}}installing the LAMP stack]] installs php 7.2.24. On Mint 20, this installs php 7.4.3. This ''MIGHT'' be an important point to keep in mind for later...</span> If you expect to need php newer than 7.2.24 on a Mint 19.3 server, force it to upgrade before you move on to installing the packages: *<code>sudo add-apt-repository ppa:ondrej/php # Press ent...")
 
 
Line 8: Line 8:
*<code>php -v</code>
*<code>php -v</code>
(Verify that it's showing a suitable version of php. I'm seeing 7.4.10 in testing...)
(Verify that it's showing a suitable version of php. I'm seeing 7.4.10 in testing...)
[[Category:ServerBuilding]]
[[Category:WebServers]]
[[Category:ObsoleteStuff]]

Latest revision as of 15:57, 3 January 2022

Note: On Mint 19.3, the instructions here for installing the LAMP stack installs php 7.2.24. On Mint 20, this installs php 7.4.3. This MIGHT be an important point to keep in mind for later...

If you expect to need php newer than 7.2.24 on a Mint 19.3 server, force it to upgrade before you move on to installing the packages:

  • sudo add-apt-repository ppa:ondrej/php # Press enter to confirm.
  • sudo apt update
  • sudo apt upgrade
  • php -v

(Verify that it's showing a suitable version of php. I'm seeing 7.4.10 in testing...)