Linux development environment
Body
It is generally recommended to use a Docker-based solution, such as DDEV or Lando, for local Drupal development rather than manual installation of a LAMP stack.
How to set up a Drupal development environment on Linux.
Local installation of a LAMP stack is done with your preferred package manager.
Guidance is based on Ubuntu. Installation using other flavors of Linux is similar, but the syntax of the package manager and the version numbers of the packages may vary.
Set up a local development Drupal site on the latest Ubuntu LTS version and more
LAMP stack setup (Linux, Apache, MySQL, and PHP) installing packages separately on Ubuntu on a local development environment.
Knowledge Category