C++ CSS HTML Java JavaScript MySQL Oracle PERL PHP SQL Unix VBScript XHTML XML Сети
Making a Relocatable Package
 

Chapter 15. Making a Relocatable Package

users this freedom.

That's all well and good, but why would the ability to "relocate" a package be all that important?

Why relocatable packages?

One of the many problems that plague a system administrator's life is disk space. Usually, there's not enough of it, and if there is enough, chances are it's in the wrong place. Here's a hypothetical example:

By making packages relocatable, the package builder can make life easier for sysadmins everywhere. But what exactly is a relocatable package?

A relocatable package is a package that is standard in every way, save one. The difference lies in the prefix tag. When this tag is added to a spec file, RPM will attempt to build a relocatable package.

let's look at exactly how RPM can relocate a package. And the one component at the heart of package relocation is the prefix tag.

Notes

[1]

Hey, we said it was hypothetical!

Главная