Setup Apache on Ubuntu Desktop
Ubuntu Documentation for Installing and Configuring Apache/2.2.16 on Ubuntu/10.04
You may be looking for this instead > Install a Linode LAMP Server from scratch
I can highly recommend Linode installations. Easy, fully functional, optimized, ready to go, LAMP stack.
Install Apache on/from Ubuntu Desktop
using Synaptic Package Manager is simple. Using the pull-down menu:
- System
- Administration
- Synaptic Package Manager
- Search for “Apache2″
- Mark for Installation
- Install
Install using Apt-Get (Apache/Ubuntu)
> In console
- sudo apt-get install apache2
Install using Aptitude (Apache/Ubuntu)
> In console
- sudo aptitude install apache2
