webmin and Debian

Discussion in 'Installation/Configuration' started by flo, May 22, 2005.

  1. flo

    flo New Member

    I'm currently playing around with Debian a little bit...
    I've installed webmin using

    Code:
    apt-get install webmin
    , but somehow it doesn't offer a lot of functionality, i.e. I can't configure anything there. It just seems to be a basic framework that's waiting for additional modules to be installed, which is totally different from the webmin that comes with Mandrake which is the distribution I normally use... :confused:
    How can I add functionality to webmin?

    Florian
     
  2. roland

    roland New Member

    You have to install additional modules for the tasks you want to fulfill. If you run

    Code:
    apt-cache search webmin
    you get a list of all available modules. You can install them by running

    Code:
    apt-get install [I]module_name[/I]
    Roland
     
  3. gg234

    gg234 New Member

Share This Page