1

I am having problems with installation with everything in the software center.

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/aptdaemon/worker.py", line 968, in simulate
    trans.unauthenticated = self._simulate_helper(trans)
  File "/usr/lib/python2.7/dist-packages/aptdaemon/worker.py", line 1092, in _simulate_helper
    return depends, self._cache.required_download, \
  File "/usr/lib/python2.7/dist-packages/apt/cache.py", line 235, in required_download
    pm.get_archives(fetcher, self._list, self._records)
SystemError: 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.

Help?

Jorge Castro
  • 71,754
Nyx
  • 205

2 Answers2

0

Here is what I think you should do:

sudo apt-get --configure -a 
sudo apt-get update 
sudo apt-get upgrade 

I'm not sure but I think this might help...

0

I used

dpkg --remove --force-remove sun-java6-bin

The problem was caused by an incomplete installation of JDK6

For anyone having this problem, I recommend installing Synaptic Package Manager after fixing this to avoid any problems like this in the future.

Nyx
  • 205