Looking for help?
Troubleshooting steps for Linux OS in case of Partially installed Bitdefender Agent
Check bd services: service bdsec* status
Stop bd services: service bdsec* stop
Clear out the services: rm -rf /etc/systemd/system/bdsec*
Clear out the installation attempt: rm -rf /opt/bitdefender-security-tools/
Query for stuck DPKG: dpkg-query -l | less – will get list of dpkg need to search Bitdefender and remove stuck dpkg with cmd: dpkg –purge bitdefender-security-tools & dpkg –purge bd
in case above remove stuck dpkg cmd failed Resolve with below steps:
gedit /var/lib/dpkg/status
> Press Ctrl+f then find the bitdefender entry
> Make sure to only delete the bitdefender entry — Be careful while removing entry manually.