Answers for "mvn command not found ubuntu"

6

install maven in ubuntu

sudo apt-get update && sudo apt-get upgrade
sudo apt-get install maven
Posted by: Guest on July-17-2020
0

mvn command not found ubuntu

sudo apt update
sudo apt install maven
Posted by: Guest on December-07-2020

Code answers related to "mvn command not found ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language