在Ubuntu上安装Apache2,可按以下步骤进行:
sudo apt update
sudo apt install apache2
sudo systemctl start apache2
sudo systemctl enable apache2