linux-modules-extra パッケージの廃止と linux-modules パッケージへの統合
2025年7月28日、Canonical Kernel Team は linux-modules-extra パッケージの廃止と linux-modules パッケージへの統合を発表しました。linux-modules-extra パッケージ
linux-modules-extra パッケージは追加カーネルモジュールを含むパッケージです。Linux kernel extra modules for version 6.14.0
This package contains the Linux kernel extra modules for version 6.14.0.
Also includes the corresponding System.map file, the modules built by the
packager, and scripts that try to ensure that the system is not left in an
unbootable state after an update.
This package contains the Linux kernel extra modules for version 6.14.0.
Also includes the corresponding System.map file, the modules built by the
packager, and scripts that try to ensure that the system is not left in an
unbootable state after an update.
zst 圧縮のおかげでサイズを抑えられるようになった
元々パッケージを分けた目的は、パッケージを分割することでサイズを抑えることでした。
特に小型デバイスなどストレージ容量が小さいデバイスでは、ストレージの消費サイズを抑える必要があります。
しかし zst 圧縮のおかげで、カーネルモジュールのサイズを抑えられるようになりました。
今や以前の linux-modules のサイズよりも、linux-modules と linux-modules-extra を足した合計サイズの方が小さくなっています。
そのため linux-modules-extra パッケージを廃止して、linux-modules パッケージに統合することになりました。
ユーザーから見たらこの統合は透過的に行われるため、特に何かする必要はありません。
