无法找到包Maven


10

我正在尝试maven使用命令进行安装sudo apt-get install maven,但我一直在收到此错误

E: unable to locate package maven

我一直在使用Google搜索,并尝试过进行更新,升级和其他一些操作,但似乎没有任何效果。任何帮助将不胜感激。

Answers:


18

maven 在Universe资料库中:

sudo apt-get install software-properties-common
sudo apt-add-repository universe
sudo apt-get update
sudo apt-get install maven

@Sanobabu因为您以前从未在此站点上接受过答案,所以:如果此答案对您有所帮助,请不要忘记单击文本左侧的灰色,这表示是的,此答案有效;-)
Fabby

这将产生此错误:E:无法找到软件包software-properties-common
zygimantus

我已经安装了Java 8。为什么要sudo apt-get install software-properties-common注意Java 6?
过度兑换
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.