Linux

How to Install/Uninstall KernelCare and Important Kernel commands

What is KernelCare

KernelCare is a service that provides important updates for your running kernel, removing the need to reboot your server. KernelCare is compatible with 64bit versions of RHEL/CentOS 5.x, 6.x , 7.x, CloudLinux 5.x, 6.x, Virtuozzo/PCS/OpenVZ 2.6.32, Debian 6.x, 7.x and Ubuntu 14.04 kernels .

KernelCare Installation

To install KernelCare on RPM based system, run:

rpm -i https://downloads.kernelcare.com/kernelcare-latest.x86_64.rpm

To install KernelCare on Debian system, run the following command:

wget https://downloads.kernelcare.com/kernelcare-latest.deb
dpkg -i kernelcare-latest.deb
To check if the new patches applied
/usr/bin/kcarectl –info

KernelCare will automatically check for new patches every 4 hours. If you would like to run update manually:

/usr/bin/kcarectl –update

Uninstall KernelCare

To Uninstall KernelCare run the following command as root privileges:

yum remove kernelcare

To disable KernelCare automatic updates

Edit file /etc/sysconfig/kcare/kcare.conf

Set AUTO_UPDATE=False

View current version of KernelCare

View current version of KernelCare run the command as root:

/usr/bin/kcarectl –uname
XsoftHost Support

Share

Recent Posts

Add Extra IP addresses to server configuration On Ubuntu 17.10 and later

Each failover IP address will need its own line in the configuration file. The configuration…

3 years ago

Create RAID Arrays with mdadm on Ubuntu

What is mdadm? The mdadm utility can be used to create and manage storage arrays…

4 years ago

How to change the maximum upload file size for PHP

There are several scenarios that you might need to increase or decrease your php maximum…

6 years ago

How to install Let’s Encrypt Plugin in WHM/cPanel

What is Let’s Encrypt? Let’s Encrypt is a free certificate authority provided by the Internet…

6 years ago

How to install python in my cPanel and add py extension

Python normally installed on all cPanel hosting server because most of Centos/red hat update system…

6 years ago

How to install and enable GUI GNOME Desktop on centos 7

Usually CentOS 7 comes in a numbers of variants, For most users, there are two…

6 years ago