Ubuntu – Can’t install glibc-2.19

glibcsoftware installation

Several times I tried to install the library glibc-2.19, but it always ended in an error. I followed the installation instructions but it didn't work. I'm trying to install glibc-2.19 on Ubuntu 13.10, 32 bit.

Best Answer

if I am not wrong glibc and libc6 are same version of GNU C Library from http://www.linux-m68k.org/faq/glibcinfo.html

so you can install libc6 instead which is available in ubuntu 14.04 and 13.10 also

sudo apt-get install libc6
Related Question