How to Install Apache 2 on Ubuntu Linux
Following are the steps to install Apache 2 on Ubuntu Linux and then start it.
Update the System Repository
Install Apache2 Software with apt command
Update the System Repository
sudo apt update
Install Apache2 Software with apt command
sudo apt install apache2
Comments
Post a Comment