LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   "system problem" won't permit a successful upgrade...?!? (https://www.linuxquestions.org/questions/linux-newbie-8/system-problem-wont-permit-a-successful-upgrade-4175617949/)

Shepster 11-19-2017 03:31 PM

"system problem" won't permit a successful upgrade...?!?
 
Greetings!
Being a long time user of Linux, I've really had no cause to dive into the nuts and bolts due to the reliability of it. Now it won't let me upgrade because of a "system problem". I found out what the problem is, but how to fix it is beyond me... would some kind soul interpret this message for me and maybe point me in the right direction? I will be forever grateful!!

Thanks!
Shepster

E: Error: Marking the upgrade (E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.)run-parts: /etc/update-motd.d/90-updates-available exited with return code 255

rhubarbdog 11-19-2017 06:48 PM

What distro are you using? it looks like an apt E:rror message. which implies debian/ubuntu/mint
if so try
Code:

sudo apt-get install --fix-broken
and
Code:

sudo apt-get update --fix-missing
. This may repair things allowing you to upgrade

Shepster 11-19-2017 10:24 PM

Thanks for the info! Unfortunately, I get the same error for both commands:

Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 1850 not upgraded.

sysinfo reports:
Ubuntu 14.04 (trusty)
3.8.4 (Ubuntu 2015-12-02)
3.13.0-95-lowlatency (#142-Ubuntu SMP PREEMPT Fri Aug 12 17:49:11 UTC 2016)

I originally installed ubuntu studio. I tried to upgrade off a pop-up message and
apparently it upgraded (some things) to Ubuntu before ending with error.


All times are GMT -5. The time now is 04:42 PM.