which two commands would display .my software updates that are available in the default Oracle repository?

You need to make sure that all of the software packages on your server are up to date. Without
installing any updates, which two commands would display .my software updates that are
available in the default Oracle repository?

You need to make sure that all of the software packages on your server are up to date. Without
installing any updates, which two commands would display .my software updates that are
available in the default Oracle repository?

A.
pkg list -u

B.
pkg verify �u �*�

C.
pkg search �u

D.
pkg info �r �*�

E.
pkg install �nv

F.
pkg update �nv �*�

Explanation:
A: the pgk list command display a list of packages in the current image, including
state and other information. By default, package variants for a different architecture or zone type
are excluded.
D: pkginfo displays information about software packages that are installed on the system (with the
first synopsis, with -l) or that reside on a particular device or directory (with the second synopsis,
with -r).
Without options, pkginfo lists the primary category, package instance, and the names of all
completely installed and partially installed packages. It displays one line for each package
selected.
With -r, retrieve the data from the repositories of the image’s
configured publishers. Note that you must specify one or more
package patterns in this case.
Reference: pkg(1) Man Page



Leave a Reply 6

Your email address will not be published. Required fields are marked *


david

david

Should be A and F

John

John

A and F yes agreed.

BSD Bandit

BSD Bandit

A and D

ADEYEMO ADEBAYO

ADEYEMO ADEBAYO

A and D