Knowledgebase
Knowledgebase
Updating Kernel on Debian and Ubuntu
Posted by Ilya Vasilenko on 15 June 2015 12:01 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