- 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.
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- jQuery Mobile Web Development Essentials(Third Edition)
- JSP網絡編程(學習筆記)
- 企業級Java EE架構設計精深實踐
- 動手玩轉Scratch3.0編程:人工智能科創教育指南
- Apache Spark 2 for Beginners
- C語言程序設計教程(第2版)
- bbPress Complete
- JSP程序設計實例教程(第2版)
- Python語言科研繪圖與學術圖表繪制從入門到精通
- 超簡單:用Python讓Excel飛起來(實戰150例)
- WebStorm Essentials
- AI自動化測試:技術原理、平臺搭建與工程實踐
- Deep Learning for Natural Language Processing
- Android嵌入式系統程序開發(基于Cortex-A8)