On making a fresh install of 16.04.1, I ran the commands for
and I get the error as:
I checked the
and this is the output:
Code:
[FONT=courier new]sudo apt update sudo apt upgrade[/FONT]
Code:
[FONT=courier new]Preparing to unpack .../libc6_2.23-0ubuntu5_amd64.deb ... LD_LIBRARY_PATH contains the traditional /lib directory, but not the multiarch directory /lib/x86_64-linux-gnu. It is not safe to upgrade the C library in this situation; please remove the /lib/directory from LD_LIBRARY_PATH and try again. dpkg: error processing archive /var/cache/apt/archives/libc6_2.23-0ubuntu5_amd64.deb (--unpack): subprocess new pre-installation script returned error exit status 1 Processing triggers for libc-bin (2.23-0ubuntu5) ... Errors were encountered while processing: /var/cache/apt/archives/libc6_2.23-0ubuntu5_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1) kenzo@kenzo-Latitude-3460:~$ [/FONT]
Code:
LD_LIBRARY_PATH
Code:
kenzo@kenzo-Latitude-3460:~$ echo $LD_LIBRARY_PATH kenzo@kenzo-Latitude-3460:~$
Comment