• Latest Version of Lamp Server in Tasksel

    From Albert Arkwright@21:1/5 to All on Fri May 13 22:22:41 2022
    Does anybody know if there is a way to find out which version of:
    Apache, MySQL,PhP and PhPMyAdmin is bundled in TaskSel in Ubuntu 20.04.4
    (fully updated).

    All the info I have seen is that it has PhP version 5.x.x and this is
    way out of date! How can one find out exactly the version numbers and
    how to contact the developer about this? Any forums?

    Please note I know how to install Tasksel so don't mention anything
    about it as I can update the repo and install whatever is available but
    my question is about Lamp Server itself. I need the latest version to run/Develop Drupal CMS.

    Thank you.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From stepore@21:1/5 to Albert Arkwright on Fri May 13 23:16:36 2022
    On 5/13/22 14:22, Albert Arkwright wrote:
    Does anybody know if there is a way to find out which version of:
    Apache, MySQL,PhP and PhPMyAdmin is bundled in TaskSel in Ubuntu 20.04.4 (fully updated).


    this should get you started:
    apt-cache show apache2
    apt-cache show php7.4-common
    apt-cache show mysql-server
    apt-cache show phpmyadmin

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)