Update the Ubuntu system
You can do that with the command in the Command line.
sudo apt update && sudo apt upgrade -y
Install the nginx package for Ubuntu Linux
sudo apt install nginx -y
See if nginx 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 nginx.service
Active: means that it is running on the computer.
Enabled: means that it automatically startups as the computer boots
