I am trying to install g++ in my Ubuntu 14.04.1 server
It wants about 5 dependencies, but the last one is libc6, and when I try to install it, this message will appear:
libc6 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
What must I do? Remove and re-install libc6?
I cannot install g++ with sudo apt-get install g++
and sudo aptitude g++
or with build-essential
I have tried:
$ sudo aptitude reinstall libc6
Need to get 0 B of archives. After unpacking 0 B will be used.
E: Can't find a source to download version '2.19-0ubuntu6.6' of 'libc6:amd64'
E: Can't find a source to download version '2.19-0ubuntu6.6' of 'libc6:amd64'
E: Internal error: couldn't generate list of packages to download