Difference between revisions of "WebServer - Mint 19.3"

From The TinkerNet Wiki
Jump to navigation Jump to search
(Created page with "<span style="color:#c0392b">'''Note:''' On Mint 19.3, this 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...")
 
 
Line 1: Line 1:
<span style="color:#c0392b">'''Note:'''  On Mint 19.3, this 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>
+
<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:
 
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:

Latest revision as of 14:59, 1 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...)