Kali Linux 1.1.0へアップデート
提供: セキュリティ
スポンサーリンク
Kali Linux 1.1.0が2015年2月9日にリリースされました。Kali Linuxは、ペネトレーションテストなどに利用するツールがつめこまれたLinux環境です。
読み方
- Kali Linux
- かーりーりなっくす
概要
Kali Linuxの1.1.0へのアップデートは、apt-get コマンドで実行します。基本的には、以下のコマンドだけで実行できます。
apt-get update apt-get dist-upgrade
大量のアップデートが必要になりました。
360 upgraded, 61 newly installed, 4 to remove and 0 not upgraded. Need to get 1,103 MB of archives. After this operation, 2,380 MB disk space will be freed. Do you want to continue [Y/n]? y
Kali Linux 1.1.0
- ワイヤレスインジェクション攻撃のパッチされた 3.18 カーネル
- ISOビルドシステムが live-build 4.x になった
- ワイヤレスドライバサポートの改善
- カーネルとファームウェアのアップグレード
- NVIDIA Optimus ハードウェアのサポート
- virtualbox-tool, openvm-tools, vmware-tools パッケージと命令のアップデート
- バグトラッカーにあるバグ修正
- grubスクリーンと壁紙を変更
GPGの鍵でエラーが出る場合
エラーの内容
GPGでエラーになってます。
root@kali:/# apt-get update Get:1 http://http.kali.org kali Release.gpg [836 B] Get:2 http://security.kali.org kali/updates Release.gpg [836 B] Get:3 http://http.kali.org kali Release [21.1 kB] Err http://http.kali.org kali Release Get:4 http://security.kali.org kali/updates Release [11.0 kB] Err http://security.kali.org kali/updates Release Fetched 1,674 B in 1s (1,133 B/s) Reading package lists... Done W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://http.kali.org kali Release: The following signatures were invalid: KEYEXPIRED 1425567400 KEYEXPIRED 1425567400 KEYEXPIRED 1425567400 W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://security.kali.org kali/updates Release: The following signatures were invalid: KEYEXPIRED 1425567400 KEYEXPIRED 1425567400 KEYEXPIRED 1425567400 W: Failed to fetch http://http.kali.org/kali/dists/kali/Release W: Failed to fetch http://security.kali.org/kali-security/dists/kali/updates/Release W: Some index files failed to download. They have been ignored, or old ones used instead.
対処方法
以下のコマンドで鍵を再取得できます。
apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys 7D8D0BF6
下記は、実行例です。
root@kali:/# apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys 7D8D0BF6 Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.1sBrLlp4j3 --trustdb-name /etc/apt//trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-stable.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-stable.gpg --keyring /etc/apt/trusted.gpg.d//kali-archive-keyring.gpg --keyserver hkp://keys.gnupg.net --recv-keys 7D8D0BF6 gpg: requesting key 7D8D0BF6 from hkp server keys.gnupg.net gpg: key 7D8D0BF6: "Kali Linux Repository <devel@kali.org>" 31 new signatures gpg: no ultimately trusted keys found gpg: Total number processed: 1 gpg: new signatures: 31
以上で、問題は解決しました。
関連項目
ツイート
スポンサーリンク