ubuntu上的maven安装失败了

时间:2016-02-01 12:46:15

标签: maven ubuntu packages apt-get

我正在尝试安装maven时在ubuntu上运行UMPntu 14.10 on VMPlayer 6.0.4我遇到以下错误。

ubuntu@ubuntu:~$ sudo apt-get install maven
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 maven : Depends: libaether-java but it is not going to be installed
         Depends: libplexus-containers1.5-java but it is not going to be installed
         Depends: libsisu-ioc-java but it is not going to be installed
         Depends: libwagon2-java (>= 2.2-2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
ubuntu@ubuntu:~$ 

由于我是Linux新手,我不明白为什么失败以及如何解决这个问题。 谷歌搜索后我试过

i)apt-get update (success) 
ii)apt-get upgrade (failed as below)
ubuntu@ubuntu:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  liboxideqt-qmlplugin liboxideqtcore0 linux-generic linux-headers-generic linux-image-generic oxideqt-codecs
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
ubuntu@ubuntu:~$ 

但仍然是同一个问题 如果有人建议我如何修复和安装maven会很有帮助 提前致谢

2 个答案:

答案 0 :(得分:0)

可能为时已晚,无法回答,但我在Ubuntu 12.04 LTS上遇到了同样的问题 - 所以这可能会有所帮助

这是一个解决方法......

sudo dpkg -i --force-all /var/cache/apt/archives/libwagon2-java_2.2-3+nmu1_all.deb

上面的命令将安装:libwagon2-java_2.2-3+nmu1_all.deb

在此之后,您将能够通过以下方式安装Maven:$ sudo apt-get install maven

答案 1 :(得分:0)

更新您的套餐
sudo apt-get update

然后尝试安装。