howto: system - install/uninstall lamp stack rev 27 nov 2022 on debian-based distros > install lamp | configure | uninstall | sources _______________________________________________________ install lamp-server: ......................... install all: * https://www.linode.com/docs/web-servers/lamp/install-lamp-stack-on-ubuntu-18-04/ with configuration notes [updated aug 2018] looks like it is just a copy of this: * https://help.ubuntu.com/community/ApacheMySQLPHP $ sudo tasksel install lamp-server or $ sudo apt-get install lamp-server ......................... install separately: * How to Install LAMP Stack with PhpMyAdmin in Ubuntu 18.04 https://www.tecmint.com/install-lamp-with-phpmyadmin-in-ubuntu-18-04/ * How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 18.04 https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-ubuntu-18-04 ** apache: * Install and configure on Ubuntu: https://help.ubuntu.com/lts/serverguide/httpd.html * start/stop/restart: $ sudo systemctl restart apache2.service * configuration files: ** mysql: * Install and configure on Ubuntu: https://help.ubuntu.com/lts/serverguide/mysql.html * start/stop/restart: * configuration files: ** php: * Install and configure on Ubuntu: https://help.ubuntu.com/lts/serverguide/php.html * configuration files: ** phpmyadmin: * Install and configure on Ubuntu https://help.ubuntu.com/lts/serverguide/phpmyadmin.html * configuration files: _______________________________________________________ configure apache: _______________________________________________________ uninstall: * uninstall the individual parts with apt-get https://www.linode.com/docs/web-servers/lamp/install-lamp-stack-on-ubuntu-18-04/ _______________________________________________________ sources: * http://www.ubuntu.com/server * https://ubuntu.com/server/docs this is for installing Ubuntu Server Edition [nov 2022] _______________________________________________________ begin 27 aug 2019 -- 0 --