Threat Report: Exposing Malware in Linux-Based Multi-Cloud Environments | Download Now

App Control: How to Determine Agent Package Dependencies

App Control: How to Determine Agent Package Dependencies

Environment

  • App Control Agent: All Supported Versions
  • RHEL/CentOS: All Supported Versions

Objective

How to determine the package dependencies of the Agent install

Resolution

  • The following command can be used to determine what packages are requested for a rpm
    rpm -qp <Package Name> --requires
  • This command can be used to determine the missing dependences on a system required for a rpm
    rpm -ivh Package.rpm

 

Related Content


Labels (1)
Tags (2)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎08-19-2020
Views:
378
Contributors