Skip to content Skip to sidebar Skip to footer
Showing posts with the label Rpm

Given An Rpm Package Name, Query The Yum Database For Updates

I was imagining a 3-line Python script to do this but the yum Python API is impenetrable. Is this … Read more Given An Rpm Package Name, Query The Yum Database For Updates

Install .rpm Or .msi File Through Python Script

I'm a newbie to python. I have a python script to download a rpm file from S3 bucket. import pl… Read more Install .rpm Or .msi File Through Python Script