How can I install Apache Maven on Ubuntu 15.10 using apt-get?

1

Is there a way to install Apache Maven with apt-get ?

For now I have to go to the site of Apache Maven and download the files and then from my editor (Eclipse, IntelliJ) I refer to that folder to leave it configured.

I would like to know if there is a way to configure it using apt-get to avoid having to do everything mentioned.

    
asked by Gemasoft 09.02.2016 в 04:22
source

1 answer

0

It should work using the following command:

 sudo apt-get install maven
    
answered by 10.02.2016 / 21:20
source