# 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 ```