Announcement

Collapse
No announcement yet.

Which package contains libc.so.6?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Which package contains libc.so.6?

    The title pretty much sez it all -- I need GLIBC_2.11 installed (current rev is 2.10)
    for a newer version of DialogBlocks (v4.39) which is kinda like codeBlocks, only
    it's a commercial program. Does anyone know if GLIBC_2.11 is available for Kubuntu?

    #2
    Re: Which package contains libc.so.6?

    Good question.

    Code:
    root@aptosidbox:/home/don# apt-cache policy glibc-2.11*
    glibc-2.11-1:
     Installed: (none)
     Candidate: (none)
     Version table:
    root@aptosidbox:/home/don# apt-cache policy glibc-doc*
    glibc-doc:
     Installed: (none)
     Candidate: 2.11.2-7
     Version table:
       2.11.2-7 0
        500 [url]http://ftp.us.debian.org/debian/[/url] sid/main amd64 Packages
        500 [url]http://ftp.us.debian.org/debian/[/url] unstable/main amd64 Packages
    glibc-doc-reference:
     Installed: (none)
     Candidate: 2.11.1-1
     Version table:
       2.11.1-1 0
        500 [url]http://ftp.us.debian.org/debian/[/url] unstable/non-free amd64 Packages
    Seems not to be in any Debian repos including experimental; however, there's a doc package in sid.

    Checking Kubuntu 11.04, updated as of now:


    Code:
    don@ubuntu:~$ sudo apt-cache policy glibc-2.11*
    glibc-2.11-1:
     Installed: (none)
     Candidate: (none)
     Version table:
    glibc-2.11-1-armel-cross:
     Installed: (none)
     Candidate: (none)
     Version table:
    don@ubuntu:~$ sudo apt-cache policy glibc-doc*
    glibc-doc:
     Installed: (none)
     Candidate: 2.12.1-0ubuntu11
     Version table:
       2.12.1-0ubuntu11 0
        500 [url]http://us.archive.ubuntu.com/ubuntu/[/url] natty/main i386 Packages
    glibc-doc-reference:
     Installed: (none)
     Candidate: (none)
     Version table:
    don@ubuntu:~$
    Vaporware? :P

    Comment


      #3
      Re: Which package contains libc.so.6?

      You can use apt-file to find it.
      Code:
      sudo apt-get install apt-file
      sudo apt-file update
      Here's the output in maverick:
      Code:
      ubuntuku@satellite:~$ apt-file find libc.so.6
      libc6: /lib/libc.so.6
      libc6-amd64: /lib64/libc.so.6
      libc6-armel-cross: /usr/arm-linux-gnueabi/lib/libc.so.6
      libc6-xen: /lib/tls/i686/nosegneg/libc.so.6
      
      ubuntuku@satellite:~$ apt-cache show libc6
      Package: libc6
      Priority: required
      Section: libs
      Installed-Size: 9480
      Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
      Original-Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
      Architecture: i386
      Source: eglibc
      Version: 2.12.1-0ubuntu6
      Replaces: belocs-locales-bin
      Provides: glibc-2.11-1, libc6-i686
      Depends: libc-bin (= 2.12.1-0ubuntu6), libgcc1, tzdata, findutils (>= 4.4.0-2ubuntu2)
      Suggests: glibc-doc, debconf | debconf-2.0, locales
      Conflicts: belocs-locales-bin, libc6-i686, tzdata (<< 2007k-1), tzdata-etch
      Breaks: nscd (<< 2.12)
      Filename: pool/main/e/eglibc/libc6_2.12.1-0ubuntu6_i386.deb
      Size: 3927728
      MD5sum: 0c96b687e327c57ac268856a347cc786
      SHA1: c55e8777ac872f52ab7382def3c03c26e0229765
      SHA256: beb9a86ecd68645208334ae6e748630ee0c9ba7f318d29be652bb4e00602b8cb
      Description: Embedded GNU C Library: Shared libraries
       Contains the standard libraries that are used by nearly all programs on
       the system. This package includes shared versions of the standard C library
       and the standard math library, as well as many others.
      Homepage: [url]http://www.eglibc.org[/url]
      Bugs: [url]https://bugs.launchpad.net/ubuntu/+filebug[/url]
      Origin: Ubuntu
      Supported: 18m
      Task: minimal
      ASROCK Z87 Pro4 - i5 4670K - R9 270x ☞ Triple Boot: KDE NEON ★ Windows 10 ★ Windows 7

      Comment

      Working...
      X