How to Install Apache, MySQL and PHP on Ubuntu 18.04 Install Apache First, update your package manager. sudo apt-get update -y sudo apt-get upgrade -y Install and start Apache. sudo apt-get install apache