パッケージ linux-tools-5.15.90.1-microsoft-standard-WSL2 が見つかりません

パッケージ linux-tools-5.15.90.1-microsoft-standard-WSL2 が見つかりません

CUPSをインストールしようとした後https://project-insanity.org/2022/11/01/use-cups-printing-server-on-windows-10/usbipdこれを使用するには、WSL Ubuntu 22.04.2 LTSをインストールしてからusbipdをインストールする必要がありますhttps://openprinting.github.io/wsl-printer-app-compile/Windows 11 環境で WSL を使用すると、次のような問題が発生します。

$usbipd wsl list
WARNING: usbipd not found for kernel 5.15.90.1-microsoft

  You may need to install the following packages for this specific kernel:
    linux-tools-5.15.90.1-microsoft-standard-WSL2
    linux-cloud-tools-5.15.90.1-microsoft-standard-WSL2

  You may also want to install one of the following packages to keep up to date:
    linux-tools-standard-WSL2
    linux-cloud-tools-standard-WSL2

そのメッセージの後、推奨パッケージを両方ともインストールしようとしましたが、うまくいきませんでした。

$sudo apt-get install linux-tools-5.15.90.1-microsoft-standard-WSL2
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package linux-tools-5.15.90.1-microsoft-standard-WSL2
E: Couldn't find any package by glob 'linux-tools-5.15.90.1-microsoft-standard-WSL2'
E: Couldn't find any package by regex 'linux-tools-5.15.90.1-microsoft-standard-WSL2'

別のスレッドで推奨されているように、私も試しました:

sudo apt install linux-tools-virtual hwdata
sudo update-alternatives --install /usr/local/bin/usbip usbip $(command -v ls /usr/lib/linux-tools/*/usbip | tail -n1) 20

まだ運がない

Windows のすべてのアップデートを実行しましたが、うまくいかず、WSL を搭載した Win 11 のこのバージョン 23H2 (OS ビルド 22631.2506) で動作するかどうかもわかりません。動作させるためにコンポーネントをダウングレードする必要があるか、ダウングレードできるか、または他のオプションはありますか?

関連情報