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:
committed by
Christopher McCormack
parent
fe3752f189
commit
38fdf46ae7
@ -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
|
||||
````
|
||||
|
Reference in New Issue
Block a user