Quick way to download 11.2 Kernel Sourcecode??

To compile vbox I need Kernel Source Code.
What is the Quick Way?
Thanks
Sam:)

This is how I install kernel source for VirtualBox:

zypper in -t pattern devel_kernel

IMHO the best way to do this. It installs the “Linux Kernel Development Pattern”. It provides all necessary stuff to build and compile kernel modules.

Good to know I have always done it the best way :slight_smile: