- Oracle Solaris 11 Advanced Administration Cookbook
- Alexandre Borges
- 238字
- 2021-08-05 17:53:21
Determining the current package publisher
When administering IPS on a Solaris 11 system, the first thing we need to do is find out the current package publisher because initially, it will be the source that our system will install or update a package from.
Getting ready
To follow this recipe, it's necessary that we have a machine (physical or virtual) running Oracle Solaris 11; we need to log in to this system as the root user and open a terminal.
How to do it…
To list the existing publishers, we execute the following:
root@solaris11:/# pkg publisher
PUBLISHER TYPE STATUS P LOCATION
solaris origin online F http://pkg.oracle.com/solaris/release/
According to the output, the Oracle package URI and repository (http://pkg.oracle.com/solaris/release/) is the source of the packages and updates (named as origin
), and it isn't proxied (when P
equals F
, the proxy is set to false).
To collect additional information about the publisher of the packages, we type the following:
root@solaris11:~# pkg publisher solaris
Publisher: solaris
Alias:
Origin URI: http://pkg.oracle.com/solaris/release/
SSL Key: None
SSL Cert: None
Client UUID: f7cdfbf2-0292-11e2-831b-80144f013e20
Catalog Updated: September 12, 2013 04:22:26 PM
Enabled: Yes
An overview of the recipe
Using the main command, pkg
, with the publisher
keyword, we've found a list of publishers and that the solaris
publisher is online
, and a URI is enabled that points to the repository location, which is http://pkg.oracle.com/solaris/release/. Furthermore, there is no SSL digital certificate associated with the solaris
publisher.
- 自己動手寫搜索引擎
- 構建移動網站與APP:HTML 5移動開發入門與實戰(跨平臺移動開發叢書)
- 劍指Offer(專項突破版):數據結構與算法名企面試題精講
- MATLAB應用與實驗教程
- 微信公眾平臺開發:從零基礎到ThinkPHP5高性能框架實踐
- ArcGIS for Desktop Cookbook
- 時空數據建模及其應用
- Webpack實戰:入門、進階與調優(第2版)
- C語言王者歸來
- Practical Responsive Typography
- C# 10核心技術指南
- Learning Puppet
- Learning IBM Bluemix
- Java核心技術·卷Ⅱ:高級特性(原書第10版)
- 數據可視化之道:數據分析中的圖表制作思路與方法(全彩)