LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Difference Between "Source RPM" "Static RPM" (https://www.linuxquestions.org/questions/suse-opensuse-60/difference-between-source-rpm-static-rpm-307981/)

Mic Q 03-30-2005 06:30 PM

Difference Between "Source RPM" "Static RPM"
 
Came across a clipart collection at www.openclipart.org and noticed that it requires Inkscape to open the svg files. GIMP crashed when opening it :(

Anyway, at Inkscape site, there is a choice of "Source RPM" and "Static RPM",
any idea what is the differnence?

Thanks in advance for the info.

youngtom 03-30-2005 06:49 PM

Well here's the definition of "static rpms" that I found on source force - RedHat Package Manager packages in which the binary program has been statically linked against all required code and libraries.

A source rpm would contain the source required to build your package. This type of package will have dependencies (probably) on include files and libraries from other products.

A static rpm (or a statically linked binary) is fully linked so it is not dependent on any dynamic or shared libraries that may or may not be installed on your machine. .

mrGenixus 03-30-2005 06:51 PM

trust me, you want the static rpm, also know ans the binary rpm. Source doesn't work, it's just there so you can modify and compile the source yourself, if you want. If that's your speed look at gentoo. You might also be able to find inkscape in YAST, and install it that way.


All times are GMT -5. The time now is 03:02 AM.