Chapter 2: Convert to a web server for Magento 2.3

I am a total beginner, but followed the “How to install Magento 2.3 (from scratch) - Magento 2 Beginner Tutorials”

My Environment

  • Digital ocean
  • 23.10 Ubuntu

and gets stuck here

sudo apt-get install php7.2 libapache2-mod-php7.2 php7.2-mysql php7.2-soap php7.2-bcmath php7.2-xml php7.2-mbstring php7.2-gd php7.2-common php7.2-cli php7.2-curl php7.2-intl php7.2-zip zip unzip -y

Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Note, selecting ‘php7.2-common’ for regex ‘php7.2’
Note, selecting ‘php7.2-sodium’ for regex ‘php7.2’
Note, selecting ‘php7.2-thrift’ for regex ‘php7.2’
Package php7.2-common is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Unable to locate package libapache2-mod-php7.2
E: Couldn’t find any package by glob ‘libapache2-mod-php7.2’
E: Couldn’t find any package by regex ‘libapache2-mod-php7.2’
E: Unable to locate package php7.2-mysql
E: Couldn’t find any package by glob ‘php7.2-mysql’
E: Couldn’t find any package by regex ‘php7.2-mysql’
E: Unable to locate package php7.2-soap
E: Couldn’t find any package by glob ‘php7.2-soap’
E: Couldn’t find any package by regex ‘php7.2-soap’
E: Unable to locate package php7.2-bcmath
E: Couldn’t find any package by glob ‘php7.2-bcmath’
E: Couldn’t find any package by regex ‘php7.2-bcmath’
E: Unable to locate package php7.2-xml
E: Couldn’t find any package by glob ‘php7.2-xml’
E: Couldn’t find any package by regex ‘php7.2-xml’
E: Unable to locate package php7.2-mbstring
E: Couldn’t find any package by glob ‘php7.2-mbstring’
E: Couldn’t find any package by regex ‘php7.2-mbstring’
E: Unable to locate package php7.2-gd
E: Couldn’t find any package by glob ‘php7.2-gd’
E: Couldn’t find any package by regex ‘php7.2-gd’
E: Package ‘php7.2-common’ has no installation candidate
E: Unable to locate package php7.2-cli
E: Couldn’t find any package by glob ‘php7.2-cli’
E: Couldn’t find any package by regex ‘php7.2-cli’
E: Unable to locate package php7.2-curl
E: Couldn’t find any package by glob ‘php7.2-curl’
E: Couldn’t find any package by regex ‘php7.2-curl’
E: Unable to locate package php7.2-intl
E: Couldn’t find any package by glob ‘php7.2-intl’
E: Couldn’t find any package by regex ‘php7.2-intl’
E: Unable to locate package php7.2-zip
E: Couldn’t find any package by glob ‘php7.2-zip’
E: Couldn’t find any package by regex ‘php7.2-zip’

any suggestions for a solution

I got the above working on Ubuntu 20.04 :slight_smile:

but now I’m stuck here

“mysql said: ERROR 1819 (HY000) at line 1: Your password does not satisfy the current policy requirements .”

Next step for database installation: │
│ │
│ abort │
│ retry │
│ retry (skip questions) │
│ ignore

I have tried with all possible password combinations
I follow the youtube video, but I don’t see quite the same in putty as in the video.

Is there anyone who can give a hint

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.