Questions? Feedback? powered by Olark live chat software
Knowledgebase
Author Avatar

Updating Kernel on Debian and Ubuntu

Written by: on 31 May 2016 06:12 PM 31 May 2016 06:12 PM

From this article you will learn the simple steps to update the kernel in Debian or Ubuntu.

To update the kernel in Debian or Ubuntu is very simple.

1. Update the kernel

  • Type: apt-get update && apt-get upgrade linux-image linux-headers (note, you need to be root to do that, otherwise use sudo)
  • Answer yes to all the questions
  • Reboot the VPS

-OR-

2. Full system update

  • Type: apt-get update && apt-get upgrade (note, you need to be root to do that, otherwise use sudo)
  • Answer yes to all the questions
  • Reboot the VPS
(0 vote(s))
Helpful
Not helpful