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...")
(No difference)

Revision as of 15:57, 1 January 2022

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...

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...)