09-16-2018, 06:44 PM
Try to do this as root or through sudo:
After that run:
And then try to update again:
Code: (Select All)
dpkg -i --force-overwrite /var/cache/apt/archives/libc6_2.27-6_amd64.deb
After that run:
Code: (Select All)
apt-get -f install
And then try to update again:
Code: (Select All)
apt-get clean all && apt-get update && apt-get upgrade -y