Ubuntu 18.04.1にWhonixをインストールする

Ubuntu 18.04.1にWhonixをインストールする

LinuxにWhonixをインストールするための指示に従いましたが、DebianからバックポートされたVirtualboxをインストールするのに問題があります。ステップ3の後、次のエラーが発生します(ここ):

W: GPG error: http://cdn-fastly.deb.debian.org/debian stretch-backports InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8B48AD6246925553 NO_PUBKEY 7638D0442B90D010
E: The repository 'http://http.debian.net/debian stretch-backports InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

おすすめの行を変更しました

sudo su -c "echo -e 'deb http://http.debian.net/debian stretch-backports main contrib' > /etc/apt/sources.list.d/backports.list"

そして

sudo su -c "echo -e 'deb http://ftp.debian.org/debian stretch-backports main' > /etc/apt/sources.list.d/backports.list"

私はDebianのウェブサイトからこの情報を得ました: https://backports.debian.org/Instructions/

メモ: 以下を使用して新しいbackports.listを追加する前に、古いbackports.listを削除しました。

sudo rm /etc/apt/sources.list.d/backports.list

Debian Webサイトの推奨ガイドラインに従ったのと同じエラーが発生しました。私は今何をすべきか知りたいです。 Ubuntuリポジトリから直接virtualboxをインストールできませんか?参照が少し混乱しています。世界保健機関のページ"virtualboxパッケージはDebianからバックポートしてインストールする必要があります。"行末では機能しません。ブラウザはウェブサイトの上部に移動します。

ベストアンサー1

このガイドラインは Debian 用です。バックポーティングはDebianの場合にのみ必要です。 VirtualBoxはStretchでは利用できないためです。

VirtualBoxをインストールするには、Linuxディストリビューションの一般的なメカニズムを使用します。

おすすめ記事