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

How Do I Check If An Rpm Package Is Installed Using Python?

I am writing a Python 2.7 app that relies on several rpm packages to be installed. There is a plann… Read more How Do I Check If An Rpm Package Is Installed Using Python?

Determine If Package Installed With Yum Python Api?

TLDR; I need simple a Python call given a package name (e.g., 'make') to see if it's in… Read more Determine If Package Installed With Yum Python Api?

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

Excluding Source Files From Built Rpm Distribution With Setuptool

I have a typical project structure that looks as follows: EngineEmulator src ship … Read more Excluding Source Files From Built Rpm Distribution With Setuptool