1$ lsb_release -dr
2Description: Ubuntu Jammy Jellyfish (development branch)3Release: 22.0445$ apt show linux-source-5.15.0
6Package: linux-source-5.15.0
7Version: 5.15.0-18.18
8Priority: optional
9Section: devel
10Source: linux
11Origin: Ubuntu
12Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>13Bugs: https://bugs.launchpad.net/ubuntu/+filebug
14Installed-Size: 170 MB
15Provides: linux-source
16Depends: binutils, bzip2, coreutils
17Recommends: libc-dev, gcc, make18Suggests: libncurses-dev | ncurses-dev, kernel-package, libqt3-dev
19Download-Size: 153 MB
20APT-Sources: http://jp.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
21Description: Linux kernel sourcefor version 5.15.0 with Ubuntu patches
22 This package provides the source code for the Linux kernel version
235.15.0.
24.25 This package is mainly meant for other packages to use, in order to build
26 custom flavours.
27.28 If you wish to use this package to create a custom Linux kernel, then it
29 is suggested that you investigate the package kernel-package, which has
30 been designed to ease the task of creating kernel image packages.
31.32 If you are simply trying to build third-party modules for your kernel,
33 you do not want this package. Install the appropriate linux-headers
34 package instead.
3536$ sudoaptinstall linux-source-5.15.0
3738$ dpkg --listfiles linux-source-5.15.0 |head39/.
40/usr
41/usr/share
42/usr/share/doc
43/usr/share/doc/linux-source-5.15.0
44/usr/share/doc/linux-source-5.15.0/changelog.Debian.gz
45/usr/share/doc/linux-source-5.15.0/copyright
46/usr/src
47/usr/src/linux-source-5.15.0
48/usr/src/linux-source-5.15.0/debian
2022/02/23 11:10