ClamAV kann auf Ubuntu 14.04 nicht installiert werden

ClamAV kann auf Ubuntu 14.04 nicht installiert werden

Ich habe Probleme mit Clamav. Egal was ich mache, ich erhalte eine Fehlermeldung.

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

Ich habe es versucht

sudo apt-get -f install
sudo apt-get update
sudo apt-get upgrade

Dann

sudo apt-get install clamav

Dann

sudo apt-get install clamav clamtk

als vom Software Center, aber ohne Erfolg.

Kann mir bitte jemand bei der Installation von ClamAV helfen?

Antwort1

Stellen Sie sicher, dass alle Repositorys aktiviert sind.

sudo add-apt-repository main
sudo add-apt-repository universe
sudo add-apt-repository multiverse
sudo add-apt-repository restricted  

Aktualisieren Sie die Quellen und installieren Sie die Pakete.

sudo apt-get update  
sudo apt-get install clamav clamtk

verwandte Informationen