Eclipse will not install due to dependency eclipse-platform
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Eclipse for Ubuntu |
New
|
Undecided
|
Unassigned |
Bug Description
I'm attempting to install eclipse so that I can write java source code, but it fails installing with unmet dependencies.
I'm on:
Ubuntu 13.10, Release: 13.10
Linux localhost 3.4.0 #1 SMP Wed Oct 23 03:22:56 PDT 2013 armv7l armv7l armv7l GNU/Linux
Here are the outputs of apt-cache policy and my terminal output after that.
apt-cache policy eclipse
eclipse:
Installed: (none)
Candidate: 3.8.1-4
Version table:
3.8.1-4 0
500 http://
apt-cache policy eclipse-data
N: Unable to locate package eclipse-data
(raring)
eclipse-
Installed: 3.8.1-4
Candidate: 3.8.1-4
Version table:
*** 3.8.1-4 0
500 http://
100 /var/lib/
apt-cache policy eclipse-platform
eclipse-platform:
Installed: (none)
Candidate: (none)
Version table:
What I did:
1. I tried to install eclipse:
eclipse-jdt not going to be installed
eclipse-pde but it is not installable
2. install eclipse-jdt
Depends: eclipse-platform but it is not installable
3. Install -f eclipse-platform
following packages replace it: eclipse-
4. install -f eclipse-
eclipse-
Phfft!!! Whats not happening here thats supposed to?
Terminal Output
=======
babak@localhost:~$ sudo apt-get install eclipse
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:
eclipse : Depends: eclipse-jdt (>= 3.8.1-4) but it is not going to be installed
Depends: eclipse-pde (>= 3.8.1-4) but it is not installable
babak@localhost:~$ sudo apt-get install -f eclipse-jdt
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:
eclipse-jdt : Depends: eclipse-platform (>= 3.8.1-4) but it is not installable
babak@localhost:~$ sudo apt-get install -f eclipse-platform
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package eclipse-platform 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
However the following packages replace it:
eclipse-
E: Package 'eclipse-platform' has no installation candidate
(raring)
Reading package lists... Done
Building dependency tree
Reading state information... Done
eclipse-
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: eclipse-jdt (not installed)
Uname: Linux 3.4.0 armv7l
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: armhf
Date: Sun Nov 10 15:48:04 2013
MarkForUpload: True
ProcEnviron:
TERM=xterm
PATH=(custom, no user)
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: eclipse
UpgradeStatus: No upgrade log present (probably fresh install)
summary: |
- Eclipse will not install due to dependency + Eclipse will not install due to dependency eclipse-platform |
affects: | eclipse (Ubuntu) → eclipse-ubuntu |
description: | updated |