The Oracle Solaris Image Packaging System (IPS) ________.
Note:
* In many cases, one software package depends on another package. For example, one package might require functionality that is in a second package in order to function or install correctly. These relationships, or dependencies, between packages are important for automating package installation operations and for upgrading system software to known and well-tested states. IPS supports a number of different relationships between packages.
Incorrect:
Not B: IPS relies on network-accessible or locally available software repositories as a delivery mechanism.
Not D:
Table, SVR4 and IPS Package Command Equivalents
SVR4 Package Command
IPS Package Command Equivalent
pkgadd
pkg install
patchadd
pkg update
pkgrm
pkg uninstall
pkgadm addcert, pkgadm removecert
pkg set-publisher -k, -c, --approve-ca-cert, --revoke-ca-cert, unset-ca-cert
pkginfo, pkgchk -l
pkg info, pkg list, pkg contents, pkg search
pkgchk
pkg verify, pkg fix, pkg revert
Currently there are no comments in this discussion, be the first to comment!