PCとUSBからウイルスを除去するためにkaliにclamavをインストールしようとしています。私はこれをしました:
root@kali:~# apt-get install clamav
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package clamav is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'clamav' has no installation candidate
助けが必要ですか?
ベストアンサー1
リポジトリを確認してください。 http://docs.kali.org/general-use/kali-linux-sources-list-repositories
以下を使用してローカルキャッシュを更新します。 (
apt-get update
Svetlin Tonchevが言ったように)
もう一度お試しください。
apt-get install clamav
オプション:以下を使用して検索します。
apt-cache search clamav