Distutils Python Rpm Rpm Spec Rpmbuild Python Distutils - Change Path Rpm Installs To March 23, 2024 Post a Comment 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
Python Rpm How To Get List Installed Linux Rpms With Python? July 27, 2023 Post a Comment 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?