Avast WEBforum

Consumer Products => Avast Mac Security => Topic started by: REDACTED on October 28, 2018, 12:24:58 PM

Title: Avast detects Kaspersky and won't install
Post by: REDACTED on October 28, 2018, 12:24:58 PM
I have used the uninstall tool from Kaspersky and even had a support call with them where I sent log files that states there is no instance of their software loaded.

Avast for Mac (free version initially) still won't install as the installer says it detects Kaspersky.

I'm stuck.
Title: Re: Avast detects Kaspersky and won't install
Post by: jakub.bednar on October 29, 2018, 07:08:08 PM
Hello Moyners,

Avast detects conflicting software based on KEXTs (drivers) loaded into kernel. You can list the drivers by opening Terminal.app and typing 'kextstat'

If there is any of the following IDs in the listing, it is detected as Kaspersky:
"com.kaspersky.kext.klif"
"com.kaspersky.nke"
"com.kaspersky.kext.kimul.44"
"com.kaspersky.kext.mark.1.0.3"


If you have correctly uninstalled Kaspersky but the driver remained there, a reboot should resolve the issue. Alternatively you can run in Terminal.app:

sudo kextunload -b <id of the bad kext>

This will try to unload the driver without rebooting. You can check with kextstat whether it worked.

If you can't install Avast even after removing all of Kaspersky drivers, please provide us with the output of kextstat command to take a closer look.

Best regards,

Jakub