setup/doc/maven.md

12 lines
217 B
Markdown

# Setup Maven
* get the latest version of installed packages and refresh the repo cache
```
sudo apt update
```
* install directly from the official repository
```
sudo apt install maven --no-install-recommends
```