5

I see many guides on installing LAMP stack on ubuntu 20. But they are all manually done one line at a time. Is there a simple script or one liner to install LAMP stack on a freshly installed Ubuntu 20.04 server?

Patoshi パトシ
  • 2,993
  • 15
  • 32
  • 44

1 Answers1

6

The fastest way is:

apt install lamp-server^

Patoshi パトシ
  • 2,993
  • 15
  • 32
  • 44