|
|
|||
UPDATE
RPMs WITH URPMI A dependency issue occurs when one program relies on another program or library to operate properly. For instance, installing Postfix may require cyrus-sasl to provide the SASL libraries that Postfix requires for SMTP AUTH. Debian users would simply use the following to resolve the problem: apt-get
install cyrus-sasl For Linux Mandrake users, however, the days of hunting dependencies are long over, thanks to MandrakeSoft's urpmi tool. This tool is the RPM equivalent of apt-get and allows for simple installation and matching of dependencies. Mandrake users in the same situation would simply use the following: $ urpmi
cyrus-sasl Upgrading from one version of Mandrake to another is just as simple. Configure urpmi to use a new RPM repository with the new packages and execute the following: $ urpmi
--auto-select |
||||