05-23-2017, 10:17 PM
(This post was last modified: 05-23-2017, 10:26 PM by supergamer.)
Please try these commands right after each other.
This should reload the package cache and install updates, afterwards you should be able to check for updates using the normal update icon. These are the commands I ran to fix and you can probably leave off the last one and use the update icon and have no issues.
Code:
sudo dpkg --configure -a
sudo apt-get update
sudo apt-get upgrade
This should reload the package cache and install updates, afterwards you should be able to check for updates using the normal update icon. These are the commands I ran to fix and you can probably leave off the last one and use the update icon and have no issues.