sudo apt-get install lamp-server^
remember the caret (^) at the end of the command
ERROR THAT CAUSED THIS POST (when I forgot ^)
sudo apt-get install lamp-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package lamp-server
BACKGROUND
LAMP Server is a collection of open source software used to create a web server. The collection consists of:
- Linux – the operating system
- Apache – the web server
- MySQL – the database system
- PHP – the programming language