1

Package formats like RPM and DPKG have the concept of 'replaces' or 'obsoletes', which can be used when merging one package into another.

Do Solaris SVR4 packages support a similar concept? The closest I can find is the 'depend' file, which allows me to define a conflict, but not how to resolve it.

DNS
  • 37,249
  • 18
  • 95
  • 132

1 Answers1

2

No. The Solaris installer kept track of these separately from the package system itself in order to do Solaris upgrades, and only for the packages that were part of the OS. The provided SVR4 package commands have no notion of upgrades, nor of dependency resolution, only install & remove of the exact versions specified of the exact packages specified.

These are among the many features added by the IPS package system that replaced SVR4 packages in Solaris 11.

alanc
  • 4,102
  • 21
  • 24