I need to install eclipse
for school, so that I could help with an Android project. Everyone else at my school uses Windows , so they cannot help me. I am using Ubuntu 18.04 and this fails to install the package:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install eclipse
Here is the error I'm getting:
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
I've searched for an answer, but nothing seems to help. Would anybody mind helping me?