私は新しいDebian 8をインストールしましたが、インストールしようとすると次のようにufw
返されます。
# apt-get install ufw
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ufw 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 'ufw' has no installation candidate
これは私のものです:/etc/apt/sources.list
deb http://security.debian.org/ jessie/updates main contrib
deb-src http://security.debian.org/ jessie/updates main contrib
clamavをインストールしようとしても同じことが起こります。
解決策は何ですか?
ベストアンサー1
sources.list
セキュアリポジトリのみを含める場合は、デフォルトリポジトリも必要です。
deb http://httpredir.debian.org/debian jessie main contrib
deb-src http://httpredir.debian.org/debian jessie main contrib
これらの2行を追加して実行すると、背面をインストールapt-get update
できますufw
。clamav