Glam Prestige Journal

Bright entertainment trends with youth appeal.

I am looking to download/clone the source of kernel 5.0.0-37. I am looking to do this exclusively via Git. I know there are other ways to download the source, but I am looking for info on the Git repo that contains the 5.0.0-37 kernel. If anyone knows what it is, can you please share it?

1 Answer

All kernel sources for Ubuntu 18.04 bionic can be found at

The master branch contains the initial 4.15 kernel.

The hwe branch has the latest HWE kernel. It is 5.0 at the moment.

The hwe-edge has the next HWE 5.3 kernel.

There are some other branches that can also be checked out if needed.

You can get the latest HWE kernel by running:

git clone git://
cd ubuntu-bionic
git checkout hwe

That will get the current HWE bionic that is the 5.0.0-37 kernel now.

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy