Results 1 to 4 of 4

Thread: Clam av installation in Ubuntu

  1. #1
    Join Date
    Jun 2020
    Beans
    1

    Clam av installation in Ubuntu

    I am trying to install clam av in Debian(running as container) but couldnt install it as I am having "unable to locate package error".


    root@ff3a52f90f58:~# apt-get install clam-daemon
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package clam-daemon
    root@ff3a52f90f58:~# apt-get install clam-av
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package clam-av


    have attached /etc/apt/source.list.


    had added " deb-src http://deb.debian.org/debian stretch main " in etc/apt/source.list and did apt-get update, didnt work out


    Any suggestion or helpis highly appreciated


    Attached Images Attached Images

  2. #2
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Clam av installation in Ubuntu

    Thread moved to Debian for a more appropriate fit.

  3. #3
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,615
    Distro
    Ubuntu

    Re: Clam av installation in Ubuntu

    It's clamav.
    Not clam-av.
    https://wiki.debian.org/ClamAV
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  4. #4
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: Clam av installation in Ubuntu

    Nor is the package for clamd called clam-daemon, but "clamav-daemon." Take a moment to acquaint yourself with the useful command apt-cache." Here is a search for packages whose name or description includes "clamav".
    Code:
    apt-cache search clamav
    The basic packages appear at the top of the list:
    Code:
    clamav - anti-virus utility for Unix - command-line interface
    clamav-base - anti-virus utility for Unix - base package
    clamav-daemon - anti-virus utility for Unix - scanner daemon
    clamav-docs - anti-virus utility for Unix - documentation
    clamav-freshclam - anti-virus utility for Unix - virus database update utility
    clamdscan - anti-virus utility for Unix - scanner client
    Some of these are "dependencies." Installing clamav automatically installs clamav-base and clamav-freshclam. Installing "clamav-daemon" brings along those and clamdscan as well. There are also a couple of libraries in the list.

    BTW, if you're installing ClamAV to fight viruses on a Linux distribution, it's not worth it because your system is much less vulnerable than one running Windows. However, if you have Windows files on this machine, like a Windows partition for dual-booting, or directories you're sharing with Windows machines, ClamAV is a worthwhile investment.

    Clamd runs full-time on my email servers so I can scan incoming mail for dirty attachments with MailScanner, but I never bother with it in all-Linux environments like my home network.
    Last edited by SeijiSensei; June 7th, 2020 at 03:04 PM.
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

Bookmarks

Posting Permissions

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