Karakas Online

3.1. RPM packages

Figure 3. RPM

RPM

RPM

I compile binary and source RPM packages for the software I need and don't have on my SuSE Linux system - either because the available version from SuSE is too old, or because there is no package available at all. Of course one can use the usual 3-line mantra:

./configure
make
make install

to install a package from source, but having a RPM package helps keep track of the files installed on a system, as well as their dependencies.

I offer binary and source RPMs for the following software, as well as any dependent packages:

Use the command

rpm -Uhv xxx.rpm

to install the binary RPMs. I used the build package of SuSE to compile my own source RPMs from source, as described for example in Compiling SuSE Source Packages. Note that up to and including version 9.0, SuSE uses the usedforbuild string on a comment line of the spec file to list all needed files for a successful compilation of the package.

The packages are build for SuSE 9.0. To rebuild a package for your own version of (SuSE) Linux, use the source RPMs and the build and/or rpmbuild commands, as described in How to compile an older version for a newer system in RPM.

Last updated Thu Aug 10 18:39:34 CEST 2006 Permalink: http://www.karakas-online.de/myWork/rpm-packages.html All contents © 2003-2005 Chris Karakas