How to install apache on AWS ubuntu instance

amazon-web-servicesapache-2.2apt

I've tried a few standard Ubuntu instances on Amazon's Web Services (AWS), but I can never find the apache package using apt-get.

Thanks,
Aidan.

Best Answer

Have you looked for apache2?

http://packages.ubuntu.com/search?keywords=apache2

In general, to find a package if you don't know its exact name, use apt-cache search:

apt-cache search apache

So for you, I'm fairly certain what you want is:

apt-get install apache2