Ubuntu package linux kernel

Пакет: linux-generic (5.4.0.153.150 и другие) [security]

Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.

Original Maintainer (usually from Debian):

It should generally not be necessary for users to contact the original maintainer.

Подобные пакеты:

  • linux-generic-hwe-20.04-edge
  • linux-iot
  • linux-generic-hwe-22.04
  • linux-generic-hwe-22.04-edge
  • linux-generic-lpae
  • linux-generic-lpae-hwe-20.04
  • linux-generic-64k-hwe-20.04
  • linux-generic-64k-hwe-20.04-edge
  • linux-generic-lpae-hwe-20.04-edge
  • linux-generic-64k
  • linux-generic-64k-hwe-22.04

Complete Generic Linux kernel and headers

Другие пакеты, относящиеся к linux-generic

  • зависимости
  • рекомендации
  • предложения
  • enhances
  • dep: linux-headers-generic (= 5.4.0.153.150) [amd64] Generic Linux kernel headers dep: linux-headers-generic (= 5.4.0.24.30) [riscv64] dep: linux-headers-generic (= 5.4.0.26.32) [не amd64, riscv64]
  • dep: linux-image-generic (= 5.4.0.153.150) [amd64] Generic Linux kernel image dep: linux-image-generic (= 5.4.0.24.30) [riscv64] dep: linux-image-generic (= 5.4.0.26.32) [не amd64, riscv64]

Загрузка linux-generic

Загрузить для всех доступных архитектур
Архитектура Версия Размер пакета В установленном виде Файлы
amd64 5.4.0.153.150 1,9 Кб 19,0 Кб [список файлов]
arm64 5.4.0.26.32 1,9 Кб 17,0 Кб [список файлов]
armhf 5.4.0.26.32 1,9 Кб 17,0 Кб [список файлов]
ppc64el 5.4.0.26.32 1,9 Кб 17,0 Кб [список файлов]
riscv64 5.4.0.24.30 1,9 Кб 9,0 Кб [список файлов]
s390x 5.4.0.26.32 1,9 Кб 17,0 Кб [список файлов]

This page is also available in the following languages:

Авторские права © 2023 Canonical Ltd.; См. условия лицензии. Ubuntu это торговый знак компании Canonical Ltd. Об этом сайте.

Источник

Ubuntu package linux kernel

NAME

kernel-package - system for creating kernel related packages

DESCRIPTION

The kernel-package package grew out of desire to automate the routine steps required to compile and install a custom kernel. If you are looking for instructions on how to use kernel-package, please have a look at the manual make-kpkg(1). Configuring instructions are to be found in kernel-pkg.conf(5).

Advantages of using kernel-package

i) Convenience. I used to compile kernels manually, and it involved a series of steps to be taken in order; kernel-package was written to take all the required steps (it has grown beyond that now, but essentially, that is what it does). This is especially important to novices: make-kpkg takes all the steps required to compile a kernel, and installation of kernels is a snap. ii) Multiple images support It allows you to keep multiple version of kernel images on your machine with no fuss. iii) Multiple Flavors of the same kernel version It has a facility for you to keep multiple flavors of the same kernel version on your machine (you could have a stable 2.0.36 version, and a 2.0.36 version patched with the latest drivers, and not worry about contaminating the modules in /lib/modules). iv) Built in defaults It knows that some architectures do not have vmlinuz (using vmlinux instead), and other use zImage rather than bzImage, and calls the appropriate target, and takes care of moving the correct file into place. v) Module hooks Several other kernel module packages are hooked into kernel-package, so one can seamlessly compile, say, pcmcia modules at the same time as one compiles a kernel, and be assured that the modules so compiled are compatible. vi) dpkg support It enables you to use the package management system to keep track of the kernels created. Using make-kpkg creates a .deb file, and dpkg can track it for you. This facilitates the task of other packages that depend on the kernel packages. vii) Configuration tracking It keeps track of the configuration file for each kernel image in /boot, which is part of the image package, and hence is the kernel image and the configuration file are always together. viii) Multiple config files It allows you to specify a directory with config files, with separate config files for each sub-architecture (even allows for different config files for i386, i486, etc). It is really neat for people who need to compile kernels for a variety of sub architectures. ix) Auxiliary kernel .deb packages It allows one to create a package with the headers, or the sources, also as a deb file, and enables the package management system to keep track of those (and there are packages that depend on the package management system being aware of these packages). x) Maintainer script services Since the kernel image package is a full fledged Debian package, it comes with maintainer scripts, which allow the user to add hook scripts to run when the package status changes. xi) Sub architecture support There is support for the multitudinous sub architectures that have blossomed under the umbrella of the m68k and power-PC architectures. xii) Portable kernel images Allows one to compile a kernel for another computer, for example using a fast machine to compile the kernel for installation on a slower machine. This is really nice since the modules are all included in the .deb; and one does not have to deal with modules manually. xiii) runtime hooks The preinst, postinst, prerm and the postrm scripts allow the local admin on the installation machine to add a script into runtime hooks; this can allow, amongst other things, grub users to add and remove kernel image stanzas from the grub menu (example scripts to do this are in the package). There are directories under /etc/kernel where related packages may drop off scripts that will be run by the maintainer scripts of the packages created by kernel package. Before running these scripts, the environment variable KERNEL_PACKAGE_VERSION shall be set to the version of the kernel-package that created the package. xiv) Append descriptive bits to the kernel version One can append to the kernel version on the command line, or by setting an environment variable. So if your kernel is called kernel-image-2.4.1John.Home; it is unlikely to be overridden by the official 2.4.1 kernel, since they are not the same version.

Disadvantages of using make-kpkg

i) Automation. This is a cookie cutter approach to compiling kernels, and there are people who like being close to the bare metal. ii) Non traditional This is not how it is done in the non-Debian world. This flouts tradition. (It has been pointed out, though, that this is fast becoming Debian tradition). iii) Needs superuser It forces you to use fakeroot or sudo or super or be root to create a kernel image .deb file (this is not as bad as it used to be before fakeroot).

FILES

SEE ALSO

make(1), make-kpkg(1), The GNU Make manual 

BUGS

There are no bugs. Any resemblance thereof is delirium. Really.

AUTHOR

This manual page was written by Manoj Srivastava srivasta@debian.org>, for the Debian GNU/Linux system.

Источник

Читайте также:  Линукс минт нет интернет подключения

Пакет: kernel-package (13.018+nmu2) [universe]

Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.

Original Maintainer (usually from Debian):

It should generally not be necessary for users to contact the original maintainer.

Подобные пакеты:

  • sbuild
  • buildd
  • gradle-debian-helper
  • ivy-debian-helper
  • maven-debian-helper
  • openstack-pkg-tools
  • eclipse-debian-helper
  • med-epi
  • dh-coq
  • med-dental
  • dh-ocaml

Другие пакеты, относящиеся к kernel-package

  • зависимости
  • рекомендации
  • предложения
  • enhances
  • dep: bc GNU bc arbitrary precision calculator language
  • dep: binutils GNU assembler, linker and binary utilities
  • dep: build-essential Informational list of build-essential packages
  • dep: bzip2 high-quality block-sorting file compressor — utilities
  • dep: dpkg-dev Debian package development tools
  • dep: file Recognize the type of data in a file using «magic» numbers
  • dep: gettext GNU Internationalization utilities
  • dep: kmod tools for managing Linux kernel modules
  • dep: lzma Compression and decompression in the LZMA format — command line utility
    также виртуальный пакет, предоставляемый xz-utils
  • dep: po-debconf tool for managing templates file translations with gettext
  • dep: xmlto XML-to-any converter
  • dep: xz-utils XZ-format compression utilities
  • rec: cpio GNU cpio — a program to manage archives of files
  • rec: docbook-utils Convert DocBook files to other formats (HTML, RTF, PS, man, PDF)
  • rec: kernel-common common elements for generated kernel packages
  • rec: uboot-mkimage Пакет недоступен
  • sug: libncurses-dev developer’s libraries for ncurses
  • sug: linux-source Linux kernel source with Ubuntu patches
    также виртуальный пакет, предоставляемый linux-gkeop-source-5.4.0, linux-hwe-5.11-source-5.11.0, linux-hwe-5.13-source-5.13.0, linux-hwe-5.15-source-5.15.0, linux-hwe-5.8-source-5.8.0, linux-intel-5.13-source-5.13.0, linux-source-5.4.0

Загрузка kernel-package

Загрузить для всех доступных архитектур
Архитектура Размер пакета В установленном виде Файлы
all 237,1 Кб 1 710,0 Кб [список файлов]

This page is also available in the following languages:

Читайте также:  Dr web сервер установка linux

Авторские права © 2023 Canonical Ltd.; См. условия лицензии. Ubuntu это торговый знак компании Canonical Ltd. Об этом сайте.

Источник

Пакет: kernel-package (13.018+nmu2) [universe]

Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.

Original Maintainer (usually from Debian):

It should generally not be necessary for users to contact the original maintainer.

Подобные пакеты:

  • sbuild
  • buildd
  • gradle-debian-helper
  • ivy-debian-helper
  • maven-debian-helper
  • openstack-pkg-tools
  • eclipse-debian-helper
  • med-epi
  • dh-coq
  • med-dental
  • dh-ocaml

Другие пакеты, относящиеся к kernel-package

  • зависимости
  • рекомендации
  • предложения
  • enhances
  • dep: bc GNU bc arbitrary precision calculator language
  • dep: binutils GNU assembler, linker and binary utilities
  • dep: build-essential Informational list of build-essential packages
  • dep: bzip2 high-quality block-sorting file compressor — utilities
  • dep: dpkg-dev Debian package development tools
  • dep: file Recognize the type of data in a file using «magic» numbers
  • dep: gettext GNU Internationalization utilities
  • dep: kmod tools for managing Linux kernel modules
  • dep: lzma Compression and decompression in the LZMA format — command line utility
    также виртуальный пакет, предоставляемый xz-utils
  • dep: po-debconf tool for managing templates file translations with gettext
  • dep: xmlto XML-to-any converter
  • dep: xz-utils XZ-format compression utilities
  • rec: cpio GNU cpio — a program to manage archives of files
  • rec: docbook-utils Convert DocBook files to other formats (HTML, RTF, PS, man, PDF)
  • rec: kernel-common common elements for generated kernel packages
  • rec: uboot-mkimage Пакет недоступен
  • sug: libncurses-dev developer’s libraries for ncurses
  • sug: linux-source Linux kernel source with Ubuntu patches
    также виртуальный пакет, предоставляемый linux-gkeop-source-5.4.0, linux-hwe-5.11-source-5.11.0, linux-hwe-5.13-source-5.13.0, linux-hwe-5.15-source-5.15.0, linux-hwe-5.8-source-5.8.0, linux-intel-5.13-source-5.13.0, linux-source-5.4.0

Загрузка kernel-package

Загрузить для всех доступных архитектур
Архитектура Размер пакета В установленном виде Файлы
all 237,1 Кб 1 710,0 Кб [список файлов]
Читайте также:  Открыть графический интерфейс linux

This page is also available in the following languages:

Авторские права © 2023 Canonical Ltd.; См. условия лицензии. Ubuntu это торговый знак компании Canonical Ltd. Об этом сайте.

Источник

Оцените статью
Adblock
detector