Download the eglibc-source_2.11.1-0ubuntu7.7_all.deb package (see the source files from http://packages.ubuntu.com/source/lucid/libs)

Launched in ubuntu gdebi-gtk, opened, got / usr / src / glibc/eglibc-2.11.1.tar.xz

I hope this is a lib source .tar.

root@avp-ubu1:/usr/src/glibc# tar xzf eglibc-2.11.1.tar.xz gzip: stdin: not in gzip format tar: Child returned status 1 tar: Завершение работы с состоянием неисправности с из-за возникших ошибок root@avp-ubu1:/usr/src/glibc# 

Question: how to unpack it?

  • I do not know what the problem is. I just unpack it and it works. Maybe the file is damaged? Try downloading the version from Natty archive.ubuntu.com/ubuntu/pool/main/e/eglibc/… - skegg
  • xz-utils did not stand (@andy prompted), but in general in man tar for .xz it says about the J flag (but it can also understand tar for z). - avp

1 answer 1

sudo apt-get install xz-utils not?

  • Installed. Then what words to type? I would extract .tar ... - avp
  • @andy, if you know, then tell me specifically. - avp
  • one
    tar Jxvf eglibc-2.11.1.tar.xz - alexlz
  • one
    Thanks @alexlz, yes it looks like those sources, stdlib / msort.c file complex sorting (a mixture of mergesort and quicksort) with qsort and qsort_r interfaces. This is me about my question about the qsort algorithm in ubuntu. - avp