skip to navigation
skip to content

Help Fund Python

Linux RPMs for Python 2.1.2

Made available by Sean Reifschneider.

Shy of RPMs because of library or other dependancy problems with most of the RPMs you pick up? The cure, in my experience is to pick up an SRPM (Source RPM). All you need to do to build a binary package tailored to your system is run

    rpm --rebuild <packagename>.src.rpm
Note: this does not actually install <packagename>. The end products (.rpm files as indicated by the "Wrote:" stdout lines) must be subsequently installed with `rpm -U` or the equivalent.