How to install tcpdump onto a node.
Installing tcpdump package via tdnf install tcpdump fails with error:
tcpdump package not found or not installed
Error(1011) : No matching packagesVMware Aria Operations 8.x
VMware Aria Operations 8.x Cloud Proxy
VCF Operations 9.x
VCF Operations 9.x Cloud Proxy
The tcpdump package is not installed by default due to product security requirements. Manual installation is required.
To assist with troubleshooting, tcpdump package from Photon OS repository can be temporarily installed.
root access on Aria/VCF Operations and/or Cloud Proxy appliances.tcpdump after troubleshooting to ensure compliance with security standards and to avoid potential package conflicts during system updates. Failure to remove after use results in upgrade failures.Table of contents:
cat /etc/photon-releasetcpdump packageroot using SSH or console where tcpdump is needed.tcpdump with the command:tdnf install tcpdump/etc/yum.repos.d/photon-release.repo file and changing the enabled value from '0' to '1'.Manually download and install the tcpdump package (RPM). Use the table below for direct link to the PhotonOS repository:
| Aria Operations and Cloud Proxies 8.18.x | PhotonOS 5.0 |
| VCF Operations and Cloud Proxies 9.x | PhotonOS 5.0 |
tcpdump package for the appropriate PhotonOS version using the link in the table above./tmp directory on the appliance using SCP, WinSCP, or similar.root using SSH or console.rpm -ivh /tmp/<package-name>tcpdump packageroot via SSH or Console.tcpdump:rpm -e tcpdump