无法安装 Eclipse

无法安装 Eclipse

我需要eclipse为学校安装,以便我可以帮助完成 Android 项目。学校里的其他人都使用 Windows,所以他们无法帮助我。我使用的是 Ubuntu 18.04,但无法安装软件包:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install eclipse

这是我收到的错误:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package eclipse 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

E: Package 'eclipse' has no installation candidate

我已经搜索了答案,但似乎没有任何帮助。有人能帮我吗?

答案1

你可以通过 snap 安装

Snap 是最简单、最快捷的方式

运行以下命令

sudo snap install eclipse --classic

或者您可以打开软件中心并搜索 eclipse 并从那里安装它。

相关内容