How to Stream Apache in Linux
If you want to install the Apache Web server software onto your Linux computer, you can use the built-in Linux installation software program to stream the latest version of Apache from the Internet to your local computer, where it is automatically installed. This is a good way to get the latest version of the software or to update a version that is already on your machine.
Instructions
-
-
1
Log into the Linux computer and open the Terminal application.
-
2
Type "su" and press "Enter."
-
-
3
Type in the root password and press "Enter" to assume the root privileges needed to install software on the machine.
-
4
Type "apt-get install apache" into the terminal and press "Enter."
-
5
Type "y" if you are asked to confirm the installation and press "Enter" to stream the Apache software from the Linux software repository onto your computer and automatically install it.
-
1