apache on ubuntu 20.04 code example
Example 1: how to restart apache2 in ubuntu 20.04
$ sudo systemctl restart apache2
Example 2: how to install apache2 on ubuntu 20.04
sudo apt-get install apache2
$ sudo systemctl restart apache2
sudo apt-get install apache2