ClamAV

Asked by Ramy Al-AShram

I am using ubuntu server 6.6 LTS

There is a section in ClamAV FAQ say that if we need to upgrade the version of ClamAV and the database, it's better to go to the Debian volatile by editing the sources.list with this line:

deb http://volatile.debian.org/Debian-volatile etch/ Volatile main contrib non-free.

and then: sudo apt-get update

after proceed, it's give me that error:

the following signatures couldn't be verified because the public key is not available: NO_PUBKEYEC61E0B0BBE55AB3.

if the reason that the public key doesn't exist:

1) how to make sure?
2) how to install it & where?
3) how to verify it?
4) how keep the system get the anti virus Database definition automatic?

thanks

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Bhavani Shankar (bhavi) said :
#1

Hello

ClamAV is present in the universe repositories,

More Info:

https://help.ubuntu.com/community/ClamAV

http://www.suares.an/index.php?topic=clamavondapper

From the previous question yesterday..

First start the terminal..

Then

sudo nano /etc/apt/sources.list

This is the dapper sources.list

# Automatically generated sources.list
# http://www.ubuntulinux.nl/source-o-matic
#
# If you get errors about missing keys, lookup the key in this file
# and run these commands (replace KEY with the key number)
#
# gpg --keyserver subkeys.pgp.net --recv KEY
# gpg --export --armor KEY | sudo apt-key add -

## Ubuntu supported packages (packages, GPG key: 437D05B5)
deb http://it.archive.ubuntu.com/ubuntu dapper main restricted
deb http://it.archive.ubuntu.com/ubuntu dapper-updates main restricted
deb http://security.ubuntu.com/ubuntu dapper-security main restricted

## Ubuntu supported packages (sources, GPG key: 437D05B5)
deb-src http://it.archive.ubuntu.com/ubuntu dapper main restricted
deb-src http://it.archive.ubuntu.com/ubuntu dapper-updates main restricted
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted

## Ubuntu community supported packages (packages, GPG key: 437D05B5)
deb http://it.archive.ubuntu.com/ubuntu dapper universe multiverse
deb http://it.archive.ubuntu.com/ubuntu dapper-updates universe multiverse
deb http://security.ubuntu.com/ubuntu dapper-security universe multiverse

## Ubuntu community supported packages (sources, GPG key: 437D05B5)
deb-src http://it.archive.ubuntu.com/ubuntu dapper universe multiverse
deb-src http://it.archive.ubuntu.com/ubuntu dapper-updates universe multiverse
deb-src http://security.ubuntu.com/ubuntu dapper-security universe multiverse

## Seveas' packages (packages, GPG key: 1135D466)
deb http://seveas.theplayboymansion.net/seveas dapper-seveas all

## Seveas' packages (sources, GPG key: 1135D466)
deb-src http://users.lichtsnel.nl/~seveas dapper-seveas all

## Cipherfunk multimedia packages (packages, GPG key: 33BAC1B3)
deb ftp://cipherfunk.org/pub/packages/ubuntu/ dapper main

## Cipherfunk multimedia packages (sources, GPG key: 33BAC1B3)
deb-src ftp://cipherfunk.org/pub/packages/ubuntu dapper main

## kubuntu.org packages for the latest KDE version (packages, GPG key: DD4D5088)
deb http://kubuntu.org/packages/kde-latest dapper main

## kubuntu.org packages for the latest KDE version (sources, GPG key: DD4D5088)
deb-src http://kubuntu.org/packages/kde-latest dapper main

## kubuntu.org packages for the latest Koffice version (packages, GPG key: DD4D5088)
deb http://kubuntu.org/packages/koffice-latest dapper main

## kubuntu.org packages for the latest Koffice version (sources, GPG key: DD4D5088)
deb-src http://kubuntu.org/packages/koffice-latest dapper main

## kubuntu.org packages for the latest amaroK version (packages, GPG key: DD4D5088)
deb http://kubuntu.org/packages/amarok-latest dapper main

## kubuntu.org packages for the latest amaroK version (sources, GPG key: DD4D5088)
deb-src http://kubuntu.org/packages/amarok-latest dapper main

## Penguin Liberation Front (packages)
deb ftp://ftp.free.fr/pub/Distributions_Linux/plf/ubuntu/plf/ dapper free non-free

## Penguin Liberation Front (sources)
deb-src ftp://ftp.free.fr/pub/Distributions_Linux/plf/ubuntu/plf/ dapper free non-free

## Bleeding edge wine packages (packages)
deb http://wine.budgetdedicated.com/apt dapper main

## Bleeding edge wine packages (sources)
deb-src http://wine.budgetdedicated.com/apt dapper main

## The Opera browser (packages)
deb http://deb.opera.com/opera etch non-free

## Bazaar-NG development (packages, GPG key: 1F44842D)
deb http://people.ubuntu.com/~jbailey/snapshot/bzr ./

## Bazaar-NG development (sources, GPG key: 1F44842D)
deb-src http://people.ubuntu.com/~jbailey/snapshot/bzr ./

## Google Picasa for Linux repository
deb http://dl.google.com/linux/deb/ stable non-free

## Repository for Skype
deb http://download.skype.com/linux/repos/debian/ stable non-free

## XGL
deb http://www.beerorkid.com/compiz/ dapper main
deb http://xgl.compiz.info/ dapper main

## Cinelerra packages
deb http://www.kiberpipa.org/~gandalf/ubuntu/dapper/cinelerra/athlonxp/ ./

## mjpeg tools
deb http://www.kiberpipa.org/~gandalf/ubuntu/dapper/mjpegtools ./

## Automatix
deb http://www.beerorkid.com/automatix/apt dapper main

## Backports
deb http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse

Then save the file and give

sudo aptitude update && sudo aptitude upgrade

To take the new sources.list into effect

Bhavani Shankar.

Revision history for this message
hverheul (hverheul) said :
#2

Please help me get off the email list...

-----Original Message-----
From: Bhavani Shankar <email address hidden>
Sent: Thursday, February 14, 2008 5:29 AM
To: <email address hidden> <email address hidden>
Subject: Re: [Question #24628]: ClamAV

Question #24628 on Ubuntu changed:
https://answers.edge.launchpad.net/ubuntu/+question/24628

    Status: Open => Answered

Bhavani Shankar proposed the following answer:
Hello

ClamAV is present in the universe repositories,

More Info:

https://help.ubuntu.com/community/ClamAV

http://www.suares.an/index.php?topic=clamavondapper

>From the previous question yesterday..

First start the terminal..

Then

sudo nano /etc/apt/sources.list

This is the dapper sources.list

# Automatically generated sources.list
# http://www.ubuntulinux.nl/source-o-matic
#
# If you get errors about missing keys, lookup the key in this file
# and run these commands (replace KEY with the key number)
#
# gpg --keyserver subkeys.pgp.net --recv KEY
# gpg --export --armor KEY | sudo apt-key add -

## Ubuntu supported packages (packages, GPG key: 437D05B5)
deb http://it.archive.ubuntu.com/ubuntu dapper main restricted
deb http://it.archive.ubuntu.com/ubuntu dapper-updates main restricted
deb http://security.ubuntu.com/ubuntu dapper-security main restricted

## Ubuntu supported packages (sources, GPG key: 437D05B5)
deb-src http://it.archive.ubuntu.com/ubuntu dapper main restricted
deb-src http://it.archive.ubuntu.com/ubuntu dapper-updates main restricted
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted

## Ubuntu community supported packages (packages, GPG key: 437D05B5)
deb http://it.archive.ubuntu.com/ubuntu dapper universe multiverse
deb http://it.archive.ubuntu.com/ubuntu dapper-updates universe multiverse
deb http://security.ubuntu.com/ubuntu dapper-security universe multiverse

## Ubuntu community supported packages (sources, GPG key: 437D05B5)
deb-src http://it.archive.ubuntu.com/ubuntu dapper universe multiverse
deb-src http://it.archive.ubuntu.com/ubuntu dapper-updates universe multiverse
deb-src http://security.ubuntu.com/ubuntu dapper-security universe multiverse

## Seveas' packages (packages, GPG key: 1135D466)
deb http://seveas.theplayboymansion.net/seveas dapper-seveas all

## Seveas' packages (sources, GPG key: 1135D466)
deb-src http://users.lichtsnel.nl/~seveas dapper-seveas all

## Cipherfunk multimedia packages (packages, GPG key: 33BAC1B3)
deb ftp://cipherfunk.org/pub/packages/ubuntu/ dapper main

## Cipherfunk multimedia packages (sources, GPG key: 33BAC1B3)
deb-src ftp://cipherfunk.org/pub/packages/ubuntu dapper main

## kubuntu.org packages for the latest KDE version (packages, GPG key: DD4D5088)
deb http://kubuntu.org/packages/kde-latest dapper main

## kubuntu.org packages for the latest KDE version (sources, GPG key: DD4D5088)
deb-src http://kubuntu.org/packages/kde-latest dapper main

## kubuntu.org packages for the latest Koffice version (packages, GPG key: DD4D5088)
deb http://kubuntu.org/packages/koffice-latest dapper main

## kubuntu.org packages for the latest Koffice version (sources, GPG key: DD4D5088)
deb-src http://kubuntu.org/packages/koffice-latest dapper main

## kubuntu.org packages for the latest amaroK version (packages, GPG key: DD4D5088)
deb http://kubuntu.org/packages/amarok-latest dapper main

## kubuntu.org packages for the latest amaroK version (sources, GPG key: DD4D5088)
deb-src http://kubuntu.org/packages/amarok-latest dapper main

## Penguin Liberation Front (packages)
deb ftp://ftp.free.fr/pub/Distributions_Linux/plf/ubuntu/plf/ dapper free non-free

## Penguin Liberation Front (sources)
deb-src ftp://ftp.free.fr/pub/Distributions_Linux/plf/ubuntu/plf/ dapper free non-free

## Bleeding edge wine packages (packages)
deb http://wine.budgetdedicated.com/apt dapper main

## Bleeding edge wine packages (sources)
deb-src http://wine.budgetdedicated.com/apt dapper main

## The Opera browser (packages)
deb http://deb.opera.com/opera etch non-free

## Bazaar-NG development (packages, GPG key: 1F44842D)
deb http://people.ubuntu.com/~jbailey/snapshot/bzr ./

## Bazaar-NG development (sources, GPG key: 1F44842D)
deb-src http://people.ubuntu.com/~jbailey/snapshot/bzr ./

## Google Picasa for Linux repository
deb http://dl.google.com/linux/deb/ stable non-free

## Repository for Skype
deb http://download.skype.com/linux/repos/debian/ stable non-free

## XGL
deb http://www.beerorkid.com/compiz/ dapper main
deb http://xgl.compiz.info/ dapper main

## Cinelerra packages
deb http://www.kiberpipa.org/~gandalf/ubuntu/dapper/cinelerra/athlonxp/ ./

## mjpeg tools
deb http://www.kiberpipa.org/~gandalf/ubuntu/dapper/mjpegtools ./

## Automatix
deb http://www.beerorkid.com/automatix/apt dapper main

## Backports
deb http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse

Then save the file and give

sudo aptitude update && sudo aptitude upgrade

To take the new sources.list into effect

Bhavani Shankar.

--
You received this question notification because you are an answer
contact for Ubuntu.

Revision history for this message
williamts99 (williamts99) said :
#3

Ramy Al-AShram,

I do NOT recommend using the sources.list provided above, esp as it contains software not supported or recommended by Ubuntu.

The latest release of clamav is 0.92.1, 0.92 is included in the dapper universe and security repositories, and is what I would recommend using. Then you can just use sudo apt-get install clamav

Best Regards,
Williamts99

Can you help with this problem?

Provide an answer of your own, or ask Ramy Al-AShram for more information if necessary.

To post a message you must log in.