How to Install and Uninstall yum-plugin-kernel-livepatch.noarch Package on Amazon Linux 2

Last updated: February 05,2025

1. Install "yum-plugin-kernel-livepatch.noarch" package

Please follow the guidelines below to install yum-plugin-kernel-livepatch.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install yum-plugin-kernel-livepatch.noarch

2. Uninstall "yum-plugin-kernel-livepatch.noarch" package

Please follow the steps below to uninstall yum-plugin-kernel-livepatch.noarch on Amazon Linux 2:

$ sudo yum remove yum-plugin-kernel-livepatch.noarch $ sudo yum autoremove

3. Information about the yum-plugin-kernel-livepatch.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : yum-plugin-kernel-livepatch
Arch : noarch
Version : 1.0
Release : 0.11.amzn2
Size : 13 k
Repo : amzn2-core/2/x86_64
Summary : Yum Plugin to help install/erase the kernel-livepatches for new
: kernels when enabled
URL : http://aws.amazon.com
License : GPLv2+
Description : yum-plugin-kernel-livepatch checks if a new kernel is being
: installed or erased as a result of an update or any other yum
: command. It then inserts the kernel-livepatch RPM as a dependency
: to the transaction. The assumption is that if kernel-livepatch is
: installed and enabled for one kernel, we could continue requiring
: it for future kernels unless disabled. We also provide a CLI for
: yum called kernel-livepatch, this provides a simple wrapper around
: enabling livepatching.