Project

General

Profile

Bug #19187

Updated by Nicolas CHARLES about 3 years ago

On an ubuntu system, if rudder-api-client is installed, and python-rpm is installed, installing a plugin requiring rudder-api-client can fail fails because it will check in the rpm database after checking in the apt one 
 error is  
 <pre> 
 Installing /var/rudder/tmp/plugins/./6.2/cis-redhat7/release/rudder-plugin-cis-redhat7-6.2-1.2.rpkg 
 This package depends on the following 
   on apt : rudder-api-client 
 Neither rpm nor apt could be queried successfully - cannot check the dependencies for this plugin. 
   on rpm : rudder-api-client 
 Skipping update, this package cannot be updated 
 </pre> 

 error message is misleading, as apt can be queried 

 introduced in https://issues.rudder.io/issues/18999 

Back