Lammp installation in desktop

hello guys i want to install lammp sever in fedora i fail can i get help?

Good luck!

You can also contanerize the services in podman, see

1 Like

sudo dnf groupinstall 'Web Server' --with-optional will install all the LAMP components with one command.

2 Likes

thanks and how start to run lammp server when am codding

thank it work and how i start to run lamp when am codding because am new in fedora

If you have followed the above instructions, the services should be already running.
You can also manage the services with systemctl as explained in the documentation.