Install LAMP Server on Ubuntu/Debian
Written by Yujin Boby
Edit in WordPressTo install LAMP (Apache, MySQL, PHP) on Ubuntu/Debian web server, run
apt-get install lamp-server^
This use meta package install LAMP. If you want to remove, don’t remove the meta package as it will remove many other required packages. You need to remove packages one by one.
Related Posts
