Install Maven on Debian 10

apt-get install unzip

From Apache Maven web site

wget https://mirrors.ucr.ac.cr/apache/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.zip
unzip apache-maven-3.6.3-bin.zip -d /opt
echo 'export PATH=$PATH:/opt/apache-maven-3.6.3/bin' >> /etc/profile

From repository

apt-get install maven
install_maven_debian_10.txt · Last modified: 2020/09/03 16:34
Public Domain Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain