To install KernelCare, run:
curl -s -L https://kernelcare.com/installer | bash
Or…
wget -qq -O - https://kernelcare.com/installer | bash
And to register the key, run:
/usr/bin/kcarectl --register KEY
To check if the running kernel is supported by KernelCare:
curl -s -L https://kernelcare.com/checker | python
Or…
wget -qq -O - https://kernelcare.com/checker | python
The software will automatically check for new patches every 4 hours. To update manually, run:
/usr/bin/kcarectl --update