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

How To Fix "bad Interpreter" Error When Using Yum?

$ yum install httpd-devel -bash: /usr/bin/yum: /usr/bin/python: bad interpreter: No such file or di… Read more How To Fix "bad Interpreter" Error When Using Yum?

"no Module Named Yum" With Python 2.7

I need to use Python 2.7 for my project. But after installing Python, I can't use the module yu… Read more "no Module Named Yum" With Python 2.7

My Python Installation Is Broken/corrupted. How Do I Fix It?

I followed these instructions on my RedHat Linux version 7 server (which originally just had Python… Read more My Python Installation Is Broken/corrupted. How Do I Fix It?

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?