Where to get Ubuntu Linux kernel source package from? Not a Debian package. Is there any repository which has tar/bz2 package of complete kernel sources of every version release.
32 Answers
There is a git repository for Ubuntu kernels.
It is
To get sources using git run
git clone git://For instance you can get Ubuntu 16.04 kernel sources from
17.04 sources are at
The answer to your question, you can find the Linux Kernel Archives at the following site.
You can download the tarball.
3