I am trying to install maven with sudo apt-get install maven2
Should be pretty straightforward, but I am getting this:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package maven2 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
maven
E: Package 'maven2' has no installation candidate
Any hint?
Thanks