Contents
1. Introduction :
Tasksel is a tool in Ubuntu / Debian, which helps to install multiple related packages as a co-ordinated task. Using Tasksel you can install the following stack / server related.
as these packages : Basic Ubuntu server, OpenSSH server, DNS server, LAMP server, Mail server, Openstack, PostgreSQL database and many more.
2. Install Tasksel :
tasksel package is available under default repositories on most of Ubuntu, Debian and LinuxMint operating systems. to Install Tasksel Open a terminal (Ctrl+alt+t) and run the following command, Issue the password for the user when prompted.[user@tutorials-space $] sudo apt-get install tasksel
3. Install LAMP Server using Tasksel :
After installing tasksel, you install LAMP setup on your Ubuntu or your LinuxMint system, just run tasksel using the below command:
1 |
[user@localhost $] sudo tasksel |
After executing the tasksel command, you will get a list of available packages then select LAMP Server using the arrow keys and spacebar to select it and press OK :
After installation starts you will be asked to type password for the MySQL root user.
Repeat the password and press enter.
4. Test LAMP Stack :
after installation completed open your web browser and access localhost.
5. Conclusion
In this post, i have explained How to Install LAMP Server using tasksel on Ubuntu and LinuxMint#.
If you have any questions or feedback, feel free to leave a comment.
As always, if you found this post useful, then click like and share it 🙂