One click to install the lamp service (execute the following command at the terminal):
sudo tasksel install lamp-server
One click to uninstall lamp (Execute command at terminal):
sudo tasksel remove lamp-server
Uninstalling the lamp from the above command will inevitably unload the Linux system itself, so you must remember to use the following when you uninstall the lamp.
Order to update the system:
sudo apt-get update
sudo apt-get upgrade
About lamp:
Linux+apache+mysql/mariadb+perl/php/python a group of open-source software that is often used to build dynamic Web sites or servers is itself a separate program, but because it is often used together, it has a higher degree of compatibility, Together make up a powerful Web application platform. With the booming of the open source, the three pillars has been developed with the development of Java EE and. NET commercial software, and the software-developed project has a low cost of investment in software and is therefore of concern to the entire IT community. From the website traffic, more than 70% of the traffic is lamp to provide, lamp is the most powerful website solution.
The specific process of installing lamp under ubuntu is as follows!
Use the command:
- sudo tasksel install Lamp-server
If the following words appear in the terminal:
- Sudo:tasksel:command not found
Indicates that it has not been installed. You will need to execute the following command to install it first:
- $sudo apt-get install Tasksel
You can use the Tasksel tool to see which packages are installed on your computer. Run the following command:
- $sudo Tasksel
One-click Installation lamp Service