how to download linux 4.4.0-93.116 source package

Asked by Nadim Charara

Hi:

I need to get a specific Linux package version linux 4.4.0-93.116 source (xenial proposed) found at https://launchpad.net/ubuntu/+source/linux/4.4.0-93.116, but do not know the steps needed to get this package. I have enabled pre-release updates(xenial-proposed) in Ubuntu software updates and tried different ways with apt-get source or install with no success. Could you provide me with the steps or a link to documentation describing how to get the source for that version?
Thanks for your help.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu linux Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1
Revision history for this message
Manfred Hampl (m-hampl) said :
#2

If you have "deb-src ..." entries in your sources.list file(s), you could try

sudo apt-get source --nocompile linux=4.4.0-93.116

Revision history for this message
Nadim Charara (ncharara) said :
#3

Thanks. It worked.
Appreciate.

Revision history for this message
Nadim Charara (ncharara) said :
#4

Thanks actionparsnip, that solved my question.