Results 1 to 5 of 5

Thread: What does that mean

  1. #1
    Join Date
    Nov 2010
    Location
    Tunis, Tunisia
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Question What does that mean

    hi everybody,
    please, what does that mean?
    Code:
     * catchsegv: catch segmentation faults in programs
     * getconf: query system configuration variables
     * getent: get entries from administrative databases
     * iconv, iconvconfig: convert between character encodings
     * ldd, ldconfig: print/configure shared library dependencies
     * locale, localedef: show/generate locale definitions
     * rpcinfo: report RPC information
    this is what i found when i tried to install libc-bin package at this adress :
    http://packages.ubuntu.com/lucid/libc-bin

    thanks
    Hissou86 + Ubuntu... today we ask, tomorrow we answer

  2. #2
    Join Date
    Nov 2010
    Location
    Tunis, Tunisia
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Lightbulb Re: What does that mean

    hi
    i need to have answer because i face that thing many times when installing packages
    Hissou86 + Ubuntu... today we ask, tomorrow we answer

  3. #3
    Join Date
    Mar 2010
    Location
    /home
    Beans
    9,426
    Distro
    Xubuntu

    Re: What does that mean

    Please run the following command in the terminal and post the output here if there are errors.

    Code:
    sudo dpkg --configure -a
    Thanks.

  4. #4
    Join Date
    Nov 2010
    Location
    Tunis, Tunisia
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Exclamation Re: What does that mean

    After running dpkg --configure -a, there is nothing as output.

    Thanks
    Hissou86 + Ubuntu... today we ask, tomorrow we answer

  5. #5
    Join Date
    Jun 2007
    Location
    K-o-T,
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: What does that mean

    Quote Originally Posted by hissou86 View Post
    hi everybody,
    please, what does that mean?
    Code:
     * catchsegv: catch segmentation faults in programs
     * getconf: query system configuration variables
     * getent: get entries from administrative databases
     * iconv, iconvconfig: convert between character encodings
     * ldd, ldconfig: print/configure shared library dependencies
     * locale, localedef: show/generate locale definitions
     * rpcinfo: report RPC information
    this is what i found when i tried to install libc-bin package at this adress :
    http://packages.ubuntu.com/lucid/libc-bin

    thanks

    If you open Synaptic Package Manager and search for libc-bin you will find the installed files for this package is the binaries for those programs.
    To find what those programs do open a term and input
    Code:
    man getconf
    man getent
    man iconv
    man ldd
    etc

    Good Luck
    Hypertension = Take with a pinch of salt
    | Psychocats | Ubuntu Documentation | Howto [Solved] | BBcode list | Brother Website |

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •