Wednesday, December 29, 2021

[SOLVED] How to compare RPM's between x2 different Jenkins VMs?

Issue

I installed two jenkins VMs and I would like to compare the RPMS between the two VMS.

Can this be done from putty? Or is there a way to export the results to an output file?


Solution

The rpm -q queries and you can get a specific format with --queryformat. To compare two versions you're on your own.



Answered By - Aaron D. Marasco