- Oracle Solaris 11:First Look
- Philip P. Brown
- 204字
- 2021-08-05 18:09:54
The brave new world of IPS
Solaris 11 has an all new packaging system for OS-related packages, in which the packages are primarily accessed via the pkg
command. This new command handles the acquisition/downloading of OS packages, as well as local installation and removal of the files on local storage.
Legacy format packages, also known as System V Release 4 (SVR4) style packages, are still supported; pkgadd
and related commands still work. This is not merely for third-party developers. Oracle itself still distributes some Solaris 11-related packages in SVR4 packages.
Even though Oracle has not stopped using SVR4 packages, the new pkg
interface has some notable benefits, such as extra hooks to integrate safely with zones, and automatic use of ZFS snapshots for certain types of package upgrades. It is for this reason that Solaris 11 does not support UFS as a root filesystem. The new packaging system requires ZFS for part of its standard operations.
This chapter breaks down the concepts of the new package system into four main areas:
- An overview of package repositories
- Understanding package naming
- Understanding conceptually how packages are installed
- Practical use of the
pkg
command
The majority of the chapter is taken up with the practical use section.
- 從零開始:數字圖像處理的編程基礎與應用
- 摩登創客:與智能手機和平板電腦共舞
- 深入淺出WPF
- Java編程指南:基礎知識、類庫應用及案例設計
- Android 7編程入門經典:使用Android Studio 2(第4版)
- Backbone.js Blueprints
- SAP BusinessObjects Dashboards 4.1 Cookbook
- Visual C#通用范例開發金典
- 從零開始:UI圖標設計與制作(第3版)
- 平面設計經典案例教程:CorelDRAW X6
- Mastering Concurrency Programming with Java 9(Second Edition)
- Emotional Intelligence for IT Professionals
- Mastering SciPy
- 從“1”開始3D編程
- JavaWeb從入門到精通(視頻實戰版)