Unbuntu 18.04 SD boot 20190906 image apt upgrade errors

Once the image boots up, the natural thing to do to keep the OS updated and secured is to do is to do an:
apt-get update; apt-get upgrade

But it erred out: 

Errors were encountered while processing:
 /tmp/apt-dpkg-install-7vdJoJ/116-libegl1_1.0.0-2ubuntu2.3_arm64.deb
 /tmp/apt-dpkg-install-7vdJoJ/119-libgles2_1.0.0-2ubuntu2.3_arm64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@firefly:~#
Trying again gives the reason why: 
# apt-get upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 libegl1 : Depends: libglvnd0 (= 1.0.0-2ubuntu2.2) but 1.0.0-2ubuntu2.3 is installed
 libgles2 : Depends: libglvnd0 (= 1.0.0-2ubuntu2.2) but 1.0.0-2ubuntu2.3 is installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Seems to me that some of these packages should be kept back from updating?  Anyone successfully did an apt-get upgrade?

Comments

Sign In or Register to comment.