I've been using Kubuntu for about a year now with no issues, everything's been great.
But, since doing a system update last week (now running Ubuntu 14.04, KDELibs 4.13.3, Qt version 4.8.6, kernel version 3.13.0-30) on my laptop, I've run into three major issues: no sound (it looks like the system doesn't recognize the sound card), issues with power management, and unmet dependencies whenever I try to install something, which is probably the most serious issue.
Here's what I get whenever I try to use sudo apt-get:
Depending on what I try to do it can be more or less, but those three seem to be at the core of the problem.
Any ideas?
But, since doing a system update last week (now running Ubuntu 14.04, KDELibs 4.13.3, Qt version 4.8.6, kernel version 3.13.0-30) on my laptop, I've run into three major issues: no sound (it looks like the system doesn't recognize the sound card), issues with power management, and unmet dependencies whenever I try to install something, which is probably the most serious issue.
Here's what I get whenever I try to use sudo apt-get:
user@user-ThinkPad-Edge-E530:~/Documents/PythonProjects$ sudo apt-get -u dist-upgrade
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:
linux-headers-3.13.0-53-generic : Depends: linux-headers-3.13.0-53 but it is not installed
linux-image-generic : Depends: linux-image-extra-3.13.0-53-generic but it is not installed
wine-compholio : Depends: wine-compholio-amd64 (= 1.7.26~ubuntu14.04.1) but 1.7.43~ubuntu14.04.1 is installed
Depends: wine-compholio-i386 (= 1.7.26~ubuntu14.04.1) but it is not installable
E: Unmet dependencies. Try using -f.
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:
linux-headers-3.13.0-53-generic : Depends: linux-headers-3.13.0-53 but it is not installed
linux-image-generic : Depends: linux-image-extra-3.13.0-53-generic but it is not installed
wine-compholio : Depends: wine-compholio-amd64 (= 1.7.26~ubuntu14.04.1) but 1.7.43~ubuntu14.04.1 is installed
Depends: wine-compholio-i386 (= 1.7.26~ubuntu14.04.1) but it is not installable
E: Unmet dependencies. Try using -f.
Any ideas?
Comment