I think your interim try for that mixed commands together as one... It told you that in the error
You tried
Code:
root@Syslog-VMWare-SysServ:~# sudo dpkg -i --configure -a
dpkg: error: conflicting actions (--configure) and -i (--install)
That would be either of these
Code:
sudo dpkg -i /var/cache/apt/archives/libc6_2.35-0ubuntu3.6_amd64.deb
## But more correctly, since it was interupted
sudo dpkg --configure -a
What do either of those return? And please use CODE Tags to post commands or output.