我正在使用Ubuntu版本15.04。有些软件无法下载,并且已经显示软件包不在您当前的软件resources.So中,我应该安装14.04吗?或者14.04中也存在相同的问题。P.s:I试图下载Netbeans
发布于 2015-07-25 07:22:38
这个netbeans软件包尚未在Vivid存储库中;您可以在可靠的存储库中安装该版本:
main和universe信任存储库添加到Vivid:echo -e 'deb http://archive.ubuntu.com/ubuntu/ trusty main universe\ndeb-src http://archive.ubuntu.com/ubuntu/ trusty main universe' | sudo tee -a /etc/apt/sources.listapt缓存:sudo apt-get updatenetbeans包版本:sudo apt-get -tTrusty install netbeans发布于 2015-07-25 07:20:22
确保您勾选了软件源代码管理器中的所有复选框。特别是您可能是启用规范合作伙伴软件资源。
https://askubuntu.com/questions/652498
复制相似问题