IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

EDR: python-cb-yara-connector RPM missing in CentOS 6 servers

EDR: python-cb-yara-connector RPM missing in CentOS 6 servers

Environment

  • EDR: All supported versions
  • CentOS : 6.x

Symptoms

  • python-cb-yara-connector RPM is missing in CentOS 6 servers
yum list --disablerepo=* --enablerepo=CbOpenSource | grep yara

python-cb-yara-manager.x86_64 2.1.3-1.el6 @CbOpenSource

 

Cause

The repository with the yara connector is changed in CentOS 6 to CbOpenSource2

 

Resolution

  • The above command can be modified as follows:
yum list --disablerepo=* --enablerepo=CbOpenSource | grep yara 
to
yum list --disablerepo=*--enablerepo=CbOpenSource* | grep yara
  • The yara connector can be installed using :
yum install python-cb-yara-connector --disablerepo=* --enablerepo=CbOpenSource2

 

Additional Notes

CentOS 7 versus CentOS 6:

User-added image

Related Content


Labels (1)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎01-25-2021
Views:
406
Contributors