I want to install apache2.2-common in my Raspberry Pi 3. However, I get this error as show below:
ubuntu@ubuntu-standard:~$ sudo apt-get install apache2.2-common
[sudo] password for ubuntu:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package apache2.2-common is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
apache2
E: Package 'apache2.2-common' has no installation candidate
Is there any alternative for apache2.2-common? It is same to apache2 as suggested in error message?
(Note: I use Ubuntu Server Standard 16.04 which can download form here)