1. Update the Ubuntu system

    You can do that with the command in the Command line.

sudo apt update && sudo apt upgrade -y
  1. Install Apache for Ubuntu Linux

    In Ubuntu is the apache package called Apache2.

    For Fedora it’s httpd.

sudo apt install apache2 -y
  1. See if Apache runs

    You see if the package runs by typing the next command or going to your web browser and search for http://localhost.

sudo systemctl status apache2

Active: means that it is running on the computer.

Enabled: means that it automatically startups as the computer boots

Reply

Avatar

or to participate

Keep Reading