Apache2 Installation Tutorial in Ubuntu
Update

$ sudo apt update
Install Nginx Server

$ sudo apt install nginx
Start this nginx server

$ sudo service nginx start
Or

$ sudo systemctl start nginx.service
check your ip address

$ ifconfig
Checking nginx Service is work or not.
Type your ip address in browser , If you see nginx default page your apache installation is successful.