Find the answer to your Linux question:
Results 1 to 3 of 3
How to find out a particular module is installed in Linux/Debian? Say for example the module HTTPD::Log::Merge...
  1. #1
    Just Joined!
    Join Date
    May 2007
    Posts
    1

    How to find out a particular module is installed in Linux/Debian?



    How to find out a particular module is installed in Linux/Debian?

    Say for example the module HTTPD::Log::Merge

  2. #2
    tpl
    tpl is offline
    Linux User
    Join Date
    Jan 2007
    Location
    cleveland
    Posts
    448
    welcome to the forum

    if you mean kernel modules--I'm not sure what your example is--
    try "lsmod"
    the sun is new every day (heraclitus)

  3. #3
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    you can also try
    Code:
    modinfo mod_name
    Brilliant Mediocrity - Making Failure Look Good

Posting Permissions

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