linux-headers-4.9.0-kali4-amd64 パッケージが見つかりません。

linux-headers-4.9.0-kali4-amd64 パッケージが見つかりません。

Kali 2017用のLinuxヘッダーをインストールしようとしていますが、このエラーが発生します。どうですか?インターネット全体を検索しましたが(そうでないとは思わないでください)、役に立つ答えはありません。

~# apt-get install linux-header-$(uname -r)
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package linux-header-4.9.0-kali4-amd64
E: Couldn't find any package by glob 'linux-header-4.9.0-kali4-amd64'
E: Couldn't find any package by regex 'linux-header-4.9.0-kali4-amd64'

私のリポジトリは次のとおりです

    ~# leafpad /etc/apt/sources.list

 # deb cdrom:[Debian GNU/Linux 2017.1 _Kali-rolling_ - Official Snapshot amd64 LIVE/INSTALL Binary 20170416-02:08]/ kali-rolling contrib main non-free

 #deb cdrom:[Debian GNU/Linux 2017.1 _Kali-rolling_ - Official Snapshot amd64 LIVE/INSTALL Binary 20170416-02:08]/ kali-rolling contrib main non-free

 deb http://http.kali.org/kali kali-rolling main contrib non-free

 # For source package access, uncomment the following line
deb-src http://http.kali.org/kali kali-rolling main contrib non-free

ベストアンサー1

「s」を逃した。試してみてください。

apt-get install linux-headers-$(uname -r)

代わりに。

おすすめ記事