AptGetTheSource

Differences between revisions 5 and 7 (spanning 2 versions)
Revision 5 as of 2010-06-21 08:25:35
Size: 152
Editor: 85-210-146-14
Comment:
Revision 7 as of 2019-05-24 12:35:51
Size: 446
Editor: juliank
Comment: Gotta add unsigned to package name
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
** under construction ** The literal source code which generated a specific binary package may be obtained using the {{{apt-get source <package>}}} command. For example to obtain the source for the currently running kernel you can use the command below:
Line 5: Line 5:
{{{     {{{
apt-get source linux-image-unsigned-$(uname -r)
}}}

or failing that:

    {{{

Obtaining the kernel sources for an Ubuntu release using apt-get

The literal source code which generated a specific binary package may be obtained using the apt-get source <package> command. For example to obtain the source for the currently running kernel you can use the command below:

  • apt-get source linux-image-unsigned-$(uname -r)

or failing that:

  • apt-get source linux-image-$(uname -r)

Kernel/Action/AptGetTheSource (last edited 2019-05-24 12:35:51 by juliank)