Issue:
Ubuntu 18.04 LTS に Elements Vulnerability Managementスキャンノード エージェントをインストールできません
エラーメッセージ:
user@ ホスト:~$ sudo apt install ./f-secure-radar-scannodeagent-installer_1.0.0-1_amd64.deb
パッケージリストを読んでいます...完了
依存関係ツリーの構築
状態情報の読み取り中... 完了
「./f-secure-radar-scannodeagent-installer_1.0.0-1_amd64.deb」ではなく「f-secure-radar-scannodeagent-installer」を選択することに注意してください。
一部のパッケージをインストールできませんでした。これは、次のことを意味している可能性があります
不可能な状況を要求した場合、または不安定な環境を使用している場合
一部の必要なパッケージがまだ作成されていないディストリビューション
または受信から移動されました。
次の情報が状況の解決に役立つ可能性があります。
次のパッケージには満たされていない依存関係があります。
f-secure-radar-scannodeagent-installer :aspnetcore-runtime-2.2 に依存しますが、インストールされません
依存: powershell ですが、インストールされません
依存: ダイアログですが、インストールできません
推奨: libx11-xcb1 ですが、インストールされません
推奨: libxrandr2 ですが、インストールされません
推奨: libasound2 ですが、インストールされません
推奨: libpangocairo-1.0-0 ただし、インストールされません
推奨: libatk1.0-0 ですが、インストールされません
推奨: libatk-bridge2.0-0 ですが、インストールされません
推奨: libgtk-3-0 ですが、インストールされません
推奨: libnss3 ですが、インストールされません
推奨: libxss1 ですが、インストールされません
E: 壊れたパッケージを保持しているため、問題を修正できません。
/etc/apt/sources.list を介して Ubuntu 用に次のインストール ソースが構成されました。
debhttp://archive.ubuntu.com/ubuntu bionic main
debhttp://archive.ubuntu.com/ubuntu bionic-security main
debhttp://archive.ubuntu.com/ubuntu bionic-updates main
Resolution:
スキャンノードに必要なパッケージの 1 つ (dotnet-runtime-deps-2.2) には、ユニバースATP リポジトリでのみ使用できる liblttng-ust0 が必要です。次のコマンドを実行すると、問題を解決できます。
- $ sudo add-apt-repository ユニバース
- $ sudo apt-get アップデート
上記の手順で問題が解決しない場合は、次のコマンドの実行に進みます。
- Powershell をインストールします。
sudo apt-get アップデート
sudo apt-get install -y wget apt-transport-https software-properties-common
- # Microsoft リポジトリ GPG キーをダウンロードする
- # Microsoft リポジトリ GPG キーを登録する
sudo dpkg -i パッケージ-microsoft-prod.deb
sudo apt-get アップデート
sudo add-apt-repository ユニバース
sudo apt-get install -y powershell
うわー
- .netをインストールします。
Article no: 000028153
The content of this article has been machine translated from the English source article.
While reasonable efforts have been made to provide accurate translations, there may still be translation errors.