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

Python Distutils - Change Path Rpm Installs To

I have Python 2.7.5 and am using distutils (python setup.py bdist_rpm) to create the following RPM.… Read more Python Distutils - Change Path Rpm Installs To

How To Get List Installed Linux Rpms With Python?

I use subprocess.getoutput('rpm -qa').split('\n'),it's not very well. rpmfile m… Read more How To Get List Installed Linux Rpms With Python?