Problems with apt-get upgrade(dpkg and bluez)

Solution 1:

You may try following steps:

  1. Clean package cache:

    sudo apt-get clean

  2. Correct dependency problems:

    sudo apt-get update; sudo apt-get install -f

  3. Configure unconfigured packages:

    sudo dpkg --configure -a