Install Apache on RPM based Linux
Attention! To install Apache form your Linux distributions you must have root access privilidges and connection to the Internet (preferable) or your Linux distribution DVD disk.
This page shows you how to install Apache Web Server on Fedora Core 5 Linux (RPM based ditsros).
First of all you need to run a terminal and become root. In most of distributions you can simply do su command like this:
It is desirable to update system before installing new applications. Updating the system will give you:
- increased security
- more efficient software
- no unexpected dependesies during the install
In order to update the system you should do the following:
username@box ~ $ yum update
Now your system is ready for Apache installation. All that you need to now is runing the follwing command:
yum install apache
, like this:
username@box ~ $ yum install apache
.