LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Getting error while using sudo apt-get upgrade "The following packages have unmet dependencies:" (https://www.linuxquestions.org/questions/linux-newbie-8/getting-error-while-using-sudo-apt-get-upgrade-the-following-packages-have-unmet-dependencies-4175608570/)

aruneshdutta 06-24-2017 11:24 PM

Getting error while using sudo apt-get upgrade "The following packages have unmet dependencies:"
 
Hello all,I am getting error in my Linux Ubuntu while using sudo apt-get upgrade "The following packages have unmet dependencies:",I have attache the screenshot here SCREENSHOT LINK.kindly guide me to fix same

dejank 06-25-2017 02:46 AM

First do this:

Code:

$ sudo apt-get update && sudo apt-get upgrade
followed by

Code:

$ sudo apt-get update && sudo apt-get dist-upgrade
If same thing happens after those two, type:

Code:

$ sudo apt-get -f install
and tell us what outcome of that was, without accepting suggested solution from apt-get, for now. Also, no need for screenshots, just copy/paste it from terminal here inside that code thing.

aruneshdutta 06-25-2017 11:08 AM

Thanks fixed ..even the system loaded the updates


All times are GMT -5. The time now is 12:18 PM.