As this is my first experience with any distribution of Linux, I really am still learning it. But I do like it so much more than Windows, but my knowledge of fixing problems in that doesn't translate to Linux. I recently have been getting a "broken dependencies" error popping up from notification & jobs. I have narrowed it down to a sun java plugin that firefox tried to install, which failed (but the website that needed it worked fine).
I have tried using $ sudo aptitude -f remove to get rid of the problem, but it basically says it cant find the file path.
From Terminal: rusty@rusty-desktop:~$ sudo aptitude -f remove
[sudo] password for rusty:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
The following packages are BROKEN:
sun-java6-plugin
The following packages will be REMOVED:
binutils-static{u}
0 packages upgraded, 0 newly installed, 1 to remove and 16 not upgraded.
Need to get 0B of archives. After unpacking 1,425kB will be freed.
The following packages have unmet dependencies:
sun-java6-plugin: Depends: sun-java6-bin (= 6-15-1) but it is not installable
E: I wasn't able to locate a file for the sun-java6-jre package. This might mean you need to manually fix this package. (due to missing arch)
The following actions will resolve these dependencies:
Remove the following packages:
sun-java6-plugin
Score is 119
Accept this solution? [Y/n/q/?] y
The following packages will be REMOVED:
binutils-static{u} sun-java6-plugin{a}
0 packages upgraded, 0 newly installed, 2 to remove and 16 not upgraded.
Need to get 0B of archives. After unpacking 1,479kB will be freed.
Do you want to continue? [Y/n/?] y
E: I wasn't able to locate a file for the sun-java6-jre package. This might mean you need to manually fix this package. (due to missing arch)
Writing extended state information... Done
E: I wasn't able to locate a file for the sun-java6-jre package. This might mean you need to manually fix this package. (due to missing arch)
E: Internal error: couldn't generate list of packages to download
So how do I fix this?
I have tried using $ sudo aptitude -f remove to get rid of the problem, but it basically says it cant find the file path.
From Terminal: rusty@rusty-desktop:~$ sudo aptitude -f remove
[sudo] password for rusty:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
The following packages are BROKEN:
sun-java6-plugin
The following packages will be REMOVED:
binutils-static{u}
0 packages upgraded, 0 newly installed, 1 to remove and 16 not upgraded.
Need to get 0B of archives. After unpacking 1,425kB will be freed.
The following packages have unmet dependencies:
sun-java6-plugin: Depends: sun-java6-bin (= 6-15-1) but it is not installable
E: I wasn't able to locate a file for the sun-java6-jre package. This might mean you need to manually fix this package. (due to missing arch)
The following actions will resolve these dependencies:
Remove the following packages:
sun-java6-plugin
Score is 119
Accept this solution? [Y/n/q/?] y
The following packages will be REMOVED:
binutils-static{u} sun-java6-plugin{a}
0 packages upgraded, 0 newly installed, 2 to remove and 16 not upgraded.
Need to get 0B of archives. After unpacking 1,479kB will be freed.
Do you want to continue? [Y/n/?] y
E: I wasn't able to locate a file for the sun-java6-jre package. This might mean you need to manually fix this package. (due to missing arch)
Writing extended state information... Done
E: I wasn't able to locate a file for the sun-java6-jre package. This might mean you need to manually fix this package. (due to missing arch)
E: Internal error: couldn't generate list of packages to download
So how do I fix this?
Comment