{"id":2390,"date":"2015-07-11T15:46:43","date_gmt":"2015-07-11T15:46:43","guid":{"rendered":"https:\/\/qbytes.cloud\/?p=2390"},"modified":"2015-07-11T15:46:43","modified_gmt":"2015-07-11T15:46:43","slug":"install-and-run-clamav-on-ubuntu-14-04","status":"publish","type":"post","link":"https:\/\/www.qbytes.cloud\/index.php\/2015\/07\/11\/install-and-run-clamav-on-ubuntu-14-04\/","title":{"rendered":"Install and run Clamav on Ubuntu 14.04"},"content":{"rendered":"<p>How to Install clamav on Ubuntu 14.04<\/p>\n<p><!--more--><\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n# sudo apt-get install clamav clamav-daemon\nReading package lists... Done\nBuilding dependency tree\nReading state information... Done\nThe following extra packages will be installed:\n  clamav-base clamav-freshclam libclamav6\nSuggested packages:\n  clamav-docs daemon libclamunrar6\nThe following NEW packages will be installed:\n  clamav clamav-base clamav-daemon clamav-freshclam libclamav6\n0 upgraded, 5 newly installed, 0 to remove and 25 not upgraded.\n\n<\/pre>\n<p>Then update<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\"># freshclam\nClamAV update process started at Sat Jul 11 10:49:02 2015\nDownloading main.cvd &#x5B;100%]\nmain.cvd updated (version: 55, sigs: 2424225, f-level: 60, builder: neo)\nDownloading daily.cvd &#x5B;100%]\ndaily.cvd updated (version: 20679, sigs: 1472884, f-level: 63, builder: jesler)\nDownloading bytecode.cvd &#x5B;100%]\nbytecode.cvd updated (version: 263, sigs: 48, f-level: 63, builder: shurley)\nDatabase updated (3897157 signatures) from db.local.clamav.net (IP: 64.6.100.177)\n\n<\/pre>\n<p>Start clamav<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\/etc\/init.d\/clamav-daemon start\n<\/pre>\n<p>Start clamav-daemon (clamd):<\/p>\n<p>Check clamd status :<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\"># sudo \/etc\/init.d\/clamav-daemon status\n * clamd is running\n\n<\/pre>\n<p>Start and check the status of clamav-freshclam :<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\"># sudo \/etc\/init.d\/clamav-freshclam start\n\n<\/pre>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\"># sudo \/etc\/init.d\/clamav-freshclam status\n * freshclam is running\n\n<\/pre>\n<p>Verify ClamAV version number :<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">Run a Scan<\/pre>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\"># sudo clamscan -r \/home\n<\/pre>\n<p>Scan and remove virus files :<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\"># sudo clamscan --infected --remove --recursive \/home\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>How to Install clamav on Ubuntu 14.04<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[117],"tags":[],"class_list":["post-2390","post","type-post","status-publish","format-standard","hentry","category-ubuntu"],"_links":{"self":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/2390","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/comments?post=2390"}],"version-history":[{"count":0,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/2390\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/media?parent=2390"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/categories?post=2390"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/tags?post=2390"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}