Hi guys,
Some recent update or something broke my system. It's been like this for about a week now.
In Muon it shows the package kde-workspace-bin is broken. It seems to have something to do with libkscreensaver5. I haven't been able to resolve it either in Muon or apt in the terminal.
I just tried this just now:
So then I did this:
The Hash Sum mismatch is probably a clue but how to fix that? Is the package being downloaded corrupted?
OK, so tried this:
I don't know quite what to try next, I seem to be going around in circles . Any suggestions?
Some recent update or something broke my system. It's been like this for about a week now.
In Muon it shows the package kde-workspace-bin is broken. It seems to have something to do with libkscreensaver5. I haven't been able to resolve it either in Muon or apt in the terminal.
I just tried this just now:
Code:
rod@Core2Duo:~$ sudo apt-get check [sudo] password for rod: Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: kde-workspace-bin : Depends: libkscreensaver5 (= 4:4.8.5-0ubuntu0.3) but 4:4.8.5-0ubuntu0.2 is installed E: Unmet dependencies. Try using -f.
Code:
rod@Core2Duo:~$ sudo apt-get -f install libkscreensaver5 Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: linux-headers-3.2.0-36-generic-pae linux-headers-3.2.0-36 linux-headers-3.2.0-37 linux-headers-3.2.0-37-generic-pae sensible-mda libode1 Use 'apt-get autoremove' to remove them. The following packages will be upgraded: libkscreensaver5 1 upgraded, 0 newly installed, 0 to remove and 5 not upgraded. 94 not fully installed or removed. Need to get 25.3 kB of archives. After this operation, 0 B of additional disk space will be used. Get:1 [url]http://nz.archive.ubuntu.com/ubuntu/[/url] precise-updates/main libkscreensaver5 i386 4:4.8.5-0ubuntu0.3 [25.3 kB] Fetched 25.3 kB in 0s (0 B/s) Failed to fetch [url]http://nz.archive.ubuntu.com/ubuntu/pool/main/k/kde-workspace/libkscreensaver5_4.8.5-0ubuntu0.3_i386.deb[/url] Hash Sum mismatch E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? rod@Core2Duo:~$
OK, so tried this:
Code:
rod@Core2Duo:~$ sudo apt-get upgrade --fix-missing Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: kde-workspace-bin : Depends: libkscreensaver5 (= 4:4.8.5-0ubuntu0.3) but 4:4.8.5-0ubuntu0.2 is installed E: Unmet dependencies. Try using -f. rod@Core2Duo:~$
Comment