/etc/yum.conf
exclude=パッケージ名
ワイルドカードを使用することも可能
/etc/yum.conf
exclude=kernel*
とする。また、複数の場合はスペース区切りで以下の用に指定。
/etc/yum.conf
exclude=mongo* redis*
上記のように設定することで、yumのアップデート対象のパッケージにでてこなくなる。
$ yum check-update
Go to list of users who liked
More than 5 years have passed since last update.
exclude=パッケージ名
ワイルドカードを使用することも可能
exclude=kernel*
とする。また、複数の場合はスペース区切りで以下の用に指定。
exclude=mongo* redis*
上記のように設定することで、yumのアップデート対象のパッケージにでてこなくなる。
$ yum check-update
Register as a new user and use Qiita more conveniently
Go to list of users who liked