How to use yum versionlock to maintain a desired version

Опубликовано: 29 Сентябрь 2024
на канале: Sysadmincasts Videos
164
1

Episode #9 How to use yum versionlock to maintain a desired version

In this episode, we will look at a method for locking rpm packages at a particular version. For example, that you have a package installed on a server, and that a package update is coming, which will likely break your configuration. You would like to somehow exclude this package from getting updated. We will use a yum plugin called versionlock to solve this problem.

By Justin Weissig