- Oracle Solaris 11 Advanced Administration Cookbook
- Alexandre Borges
- 261字
- 2021-08-05 17:53:24
Pinning publishers
It's not rare when the system has many configured publishers and it becomes necessary to ensure that a package that was installed from one publisher is not updated from another.
Personally, I've seen some situations where an installed package from a very reliable repository was corrupted by an update from another, not-so-reliable repository. That's funny. The same package exists, and it can be installed from two different repositories, but one of these repositories is less reliable, and eventually, it can offer a bad package. This is where pinning becomes useful. I guarantee that a package installed from a source (repository) will always be updated from the same repository. Let's learn how to do this.
Getting ready
To follow this recipe, it's necessary that we have a system (physical or virtual) running Oracle Solaris 11; we log in to the system as the root user and open a terminal. Access to the Internet is optional.
How to do it…
To pin a publisher, we type the following:
root@solaris11:~# pkg set-publisher --sticky solaris
Undoing the configuration is simple:
root@solaris11:~# pkg set-publisher --non-sticky solaris
Note
Any new publisher will be pinned by default.
From now on, every package will always be updated from its original repository even if an update is available from another one.
An overview of the recipe
This is an interesting situation. Usually, an administrator needs a package offered by two different publishers, each one with a determined level of reliability. In this case, we need to choose one of these and create a "sticky channel" to it.
- 軟件界面交互設計基礎
- 無代碼編程:用云表搭建企業數字化管理平臺
- Learning Flask Framework
- Hands-On JavaScript High Performance
- Scratch 3.0少兒編程與邏輯思維訓練
- 網店設計看這本就夠了
- Python機器學習經典實例
- 學Python也可以這么有趣
- Learning Vaadin 7(Second Edition)
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- Django 3.0入門與實踐
- GitHub入門與實踐
- Mastering HTML5 Forms
- ASP.NET 4.0 Web程序設計
- ABAQUS6.14中文版有限元分析與實例詳解