Find the answer to your Linux question:
Results 1 to 7 of 7
how to search for the packages in debian...
  1. #1
    Just Joined!
    Join Date
    Aug 2008
    Posts
    4

    debian packages

    how to search for the packages in debian

  2. #2
    Just Joined! nareshjethva's Avatar
    Join Date
    Aug 2008
    Location
    Rajkot
    Posts
    92
    in Adept Manager

  3. #3
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    from the command line you can run
    Code:
    apt-cache search <criteria>
    replace <criteria> with what you are searching for

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Or
    Install Graphical interface of apt-get. Synaptic in Gnome and Adept in KDE.

    apt-cache search command works pretty fine though.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined! mrrangerman's Avatar
    Join Date
    Jul 2008
    Posts
    34
    You will find that when you use apt-cache search the out put will fly by to fast if there is more than one page. Pipe it to less or more to get one page at a time.

    apt-cache search <program> | less
    apt-cache search <program> | more

  6. #6
    Just Joined! J_dillinger's Avatar
    Join Date
    May 2008
    Posts
    14

    Cool Where is the linux source build directory that matches your running kernel?

    I have been working with apt-get to install some packages on my Etch system and I receive this error occasionally ....

    Trying to automatically build driver modules...
    (this requires a C compiler and proper kernel sources to be installed)
    Please install the 'kernel-headers-2.6.18-6-686' package. You can install it with the 'apt-get install kernel-headers-2.6.18-6-686' command.

    Where is the linux source build directory that matches your running kernel?
    [/usr/src/linux]

    How do I answer this last question, where is my running kernel?
    Serveral compilers / aptget/ and my modem driver failed with this error

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Quote Originally Posted by J_dillinger View Post
    I have been working with apt-get to install some packages on my Etch system and I receive this error occasionally ....

    Trying to automatically build driver modules...
    (this requires a C compiler and proper kernel sources to be installed)
    Please install the 'kernel-headers-2.6.18-6-686' package. You can install it with the 'apt-get install kernel-headers-2.6.18-6-686' command.

    Where is the linux source build directory that matches your running kernel?
    [/usr/src/linux]

    How do I answer this last question, where is my running kernel?
    Serveral compilers / aptget/ and my modem driver failed with this error
    Post the output of uname -a command here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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