Ao final do segundo video do módulo 4, temos a abertura da pagina http que gera o wordpress. Logo antes, há um erro onde o professor Ricardo utiliza a linha de código:
sudo amazon-linux-extras install -y lamp-mariadb10.2-php7.2 php7.2
Ao tentar utilizar o mesmo comando, não obtive exito, mas com a ajuda da Luri consegui o que seria o correspondente abaixo:
sudo apt-get install php7.2 libapache2-mod-php7.2 php7.2-mysql
Ainda assim, obtive o retorno abaixo no meu prompt:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'php7.2-sodium' for regex 'php7.2'
Note, selecting 'php7.2-thrift' for regex 'php7.2'
Note, selecting 'libapache2-mod-php7.2' for regex 'php7.2'
Package libapache2-mod-php7.2 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: Package 'libapache2-mod-php7.2' has no installation candidate
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'
Alguem pooderia me ajudar a botar o wordpress online?