setup/doc/apache.md

12 lines
224 B
Markdown
Raw Normal View History

2022-03-03 05:57:43 +01:00
# Setup Apache
* get the latest version of installed packages and refresh the repo cache
```
sudo apt update
```
* install directly from the official repository
```
2022-03-03 06:03:53 +01:00
sudo apt-get install apache2 --no-install-recommends
2022-03-03 05:57:43 +01:00
```