Problems with apt-get upgrade(dpkg and bluez)
Solution 1:
You may try following steps:
-
Clean package cache:
sudo apt-get clean
-
Correct dependency problems:
sudo apt-get update; sudo apt-get install -f
-
Configure unconfigured packages:
sudo dpkg --configure -a