Find the answer to your Linux question:
Results 1 to 5 of 5
Hello. Does anyone know how to upgrade ClamAV to the newest version? My definitions seem to be updated correctly but if I run freshclam from my terminal it tells me ...
  1. #1
    Linux Newbie
    Join Date
    Jun 2009
    Posts
    111

    Question How does one upgrade ClamAV

    Hello.

    Does anyone know how to upgrade ClamAV to the newest version? My definitions seem to be updated correctly but if I run freshclam from my terminal it tells me my version is outdated.

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,970
    What is your distribution+version of Linux? On most of them you update the basic package with the system package manager, such as yum (Red Hat, Fedora, et al), apt-get or synaptic (ubuntu, debian, et al). Note that it is not uncommon for freshclam to know that there is an update out there some days before they have been pushed into packages your package manager can deal with. This is not really a problem. For Red Hat / CentOS, the last update took almost a week before it was available to install.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  3. #3
    Linux Newbie
    Join Date
    Jun 2009
    Posts
    111

    ClamAV updating

    Hi there.

    My version is Jaunty Jackalope ver. 9.04

    I tried going to synaptic package manager and it says that I have Clamtk ver. 4.08-1 installed.

    The message I get when I try freshclam at the terminal is >>
    WARNING: your ClamAV Installation is outdated!
    WARNING: local version: 0.95.1 recommended version: 0.95.2

  4. #4
    Linux User
    Join Date
    Jun 2006
    Location
    Scotland
    Posts
    267
    Don't start it form the menu. Start it from the Terminal . Use the command: gksudo clamtk

    That will give you superuser/root rights to update

  5. #5
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,970
    Quote Originally Posted by gribbsy View Post
    Hi there.

    My version is Jaunty Jackalope ver. 9.04

    I tried going to synaptic package manager and it says that I have Clamtk ver. 4.08-1 installed.

    The message I get when I try freshclam at the terminal is >>
    WARNING: your ClamAV Installation is outdated!
    WARNING: local version: 0.95.1 recommended version: 0.95.2
    You need to update the following (not just clamtk):

    clamav
    clamav-milter (for email scanning)
    clamd (might be updated with clamav)
    clamav-db (might be updated with clamav)

    You should go to a command line window and issue these commands:
    Code:
    sudo apt-get update clamav
    sudo apt-get update clamav-milter
    and possibly:
    Code:
    sudo apt-get update clamav--db
    sudo apt-get update clamd
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...