Uninstall OSSEC

Discussion in 'Installation/Configuration' started by Spedlio, Apr 3, 2008.

  1. Spedlio

    Spedlio New Member

    I've installed OSSEC following the howto, but I want to remove it and reinstall. I have APF and BFD installed and I would like to use those as my firewall. Before I installed OSSEC, they were working, but after installing it, they both stopped working. Also, is there a way to disable the OSSEC firewall and just it to just monitor my system, and use BFD and APF as my firewall? Thanks
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Which distribution are you using?
     
  3. Spedlio

    Spedlio New Member

    I'm using CentOS 5.1
     
  4. falko

    falko Super Moderator Howtoforge Staff

    To uninstall a package, you can use the
    Code:
    yum remove [I]package[/I]
    command. To just disable a service at startup, you can use the chkconfig command. Take a look at
    Code:
    man chkconfig
     
  5. Spedlio

    Spedlio New Member

    I'm not sure what package to uninstall. I'm just gonna do a fresh install, wipe it clean and start over. I'm still in my developmental stages of working with linux. I'm still playing around and learning. Thanks for all the help and howto's you've done. You're the man! :D
     
  6. m61

    m61 New Member

    how about removing it from debian etch?
     

Share This Page