Comodo AntiVirus on Linux ( CentOS):- Uninstall

Background

In an earlier post covered one of the choices available for uninstalling Comodo AV on a Linux box.

 

Lineage

  1. Comodo Antivirus on Linux – uninstall ( CentOS )
    Date Published:- 2022-August-17th
    Link

 

Outline

  1. Search for installed package
    • Tool:- yum
  2. Uninstall package
    • Tool:- rpm

Tasks

Review Installed Packages

YUM – Search

Outline

We will use yum to identify installed packages matching our tag.

Syntax


yum search <tag>

 

Sample


yum search comodo


Output

Output – Image

Output – Text

>yum search comodo
======================================== Summary Matched: comodo =========================================
CAV_LINUX.x86_64 : COMODO Antivirus and Mail Gateway for Linux

 

Uninstall Package

RPM – Uninstall Package

Outline

We will use rpm to uninstall our targeted product.

Syntax


sudo rpm -e <product>

Sample


sudo rpm -e CAV_LINUX.x86_64

Output

Output – Image

Output – Text

  sudo rpm -e CAV_LINUX.x86_64
  [sudo] password for dadenijiLocal: 
  The cmdagent stopped successfully!
  The cmgdaemon stopped successfully!
  The cav is not running!
  warning: file /usr/local/Trolltech/Qt-4.7.4-Comodo/plugins/sqldrivers/libqsqlite.so: remove failed: No such file or directory
  warning: file /usr/local/Trolltech/Qt-4.7.4-Comodo/lib/libQtXml.so.4.7.4: remove failed: No such file or directory
  warning: file /usr/local/Trolltech/Qt-4.7.4-Comodo/lib/libQtSql.so.4.7.4: remove failed: No such file or directory
  warning: file /usr/local/Trolltech/Qt-4.7.4-Comodo/lib/libQtNetwork.so.4.7.4: remove failed: No such file or directory
  warning: file /usr/local/Trolltech/Qt-4.7.4-Comodo/lib/libQtGui.so.4.7.4: remove failed: No such file or directory
  warning: file /usr/local/Trolltech/Qt-4.7.4-Comodo/lib/libQtDBus.so.4.7.4: remove failed: No such file or directory
  warning: file /usr/local/Trolltech/Qt-4.7.4-Comodo/lib/libQtCore.so.4.7.4: remove failed: No such file or directory
  warning: file /opt/COMODO/translations/up_ukrainian.qm: remove failed: No such file or directory
  warning: file /opt/COMODO/translations/logviewer_czech.qm: remove failed: No such file or directory
  warning: file /opt/COMODO/translations/logviewer_croatian.qm: remove failed: No such file or directory
  warning: file /opt/COMODO/translations/logviewer_chinese_t.qm: remove failed: No such file or directory
  warning: file /opt/COMODO/translations/logviewer_chinese_s.qm: remove failed: No such file or directory
  warning: file /opt/COMODO/translations/logviewer_bulgarian.qm: remove failed: No such file or directory
  warning: file /opt/COMODO/translations/logviewer_brazilian.qm: remove failed: No such file or directory
  warning: file /opt/COMODO/translations/logviewer_arabic.qm: remove failed: No such file or directory
  
  scan_turkish.qm: remove failed: No such file or directory

Summary

This post and the earlier posts are very similar.

This post is a bit more generic and it does not require that you have the package installer available to query on.

To me that gains you a bit more fluidity.

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s