https://blogs.oracle.com/OTNGarage/entry/how_to_upgrade_an_oracle
pkg set-publisher -G '*' -M '*' -g file:///solaris11.1Repo/repo solaris
pkg install pkg://solaris/x11/library/mesa
pkg install solaris/x11/diagnostic/x11-info-clients
pkg search mesa
pkg search x11-info-clients
Update local repository:
# pkgrecv -s http://pkg.oracle.com/solaris/release/ -d /solaris11.2Repo '*'
to connect to Oracle package repository, you may need set your proxy
# export http_proxy=proxy.goweekend.ca:8008
After you have updated your repository, run the following command to catalog any new packages found in the repository and update all search indexes.
# pkgrepo -s /export/repoSolaris11 refresh
No comments:
Post a Comment