The Oracle Solaris Image Packaging System (IPS) ________.
A.
requires the administrator to create software repositories
B.
requires a network connection to the Oracle software repositories
C.
automatically includes and installs required software dependence
D.
can be used on Oracle Solaris 10 with SVR4 packages
E.
can be used to manage remote systems’ repositories
Explanation:
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
C