Can't install glibc-2.19
31,247
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 videos on Youtube
Author by
user272960
Updated on September 18, 2022Comments
-
user272960 9 months
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.
-
OrangeTux about 9 yearsWhat is the error? What are the installation instructions?
-