Added more Linux distro names and install commands (#31271)

Made mention that the command for Ubuntu also works for Debian, Raspbian and LinuxMint, the command for CentOS works for Red Hat Enterprise Linux, and that the command for Arch works for Manjaro.  Added section for openSUSE/SLES/SLED and Fedora.
This commit is contained in:
purifyyourhome
2018-12-18 17:59:01 -05:00
committed by Christopher McCormack
parent fe3752f189
commit 38fdf46ae7

View File

@ -13,7 +13,7 @@ Apache runs on 67% of all web servers in the world. It is fast, reliable, and se
## Installation
#### On Ubuntu/Debian
#### On Debian, Ubuntu, Raspbian, and LinuxMint
```
sudo aptitude install apache2
```
@ -23,7 +23,7 @@ sudo aptitude install apache2
sudo dnf install httpd
```
#### On CentOS
#### On CentOS and Red Hat Enterprise Linux (RHEL)
```
sudo yum install httpd
````