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
sudo apt-get update
? – You'reAGitForNotUsingGit Sep 27 '16 at 13:33maven2
appears to be in theuniverse
repo, so make sure that is enabled and then runsudo apt-get update
– steeldriver Sep 27 '16 at 13:34