Easy solution for LibClamAV Error - BRS MEDIA TECHNOLOGIES
calmav an open source antivirus

Easy solution for LibClamAV Error

Easy solution for “LibClamAV Error: cli_loaddbdir(): No supported database files found in /var/lib/clamav” error

After a fresh install of Virtualmin on a Ubuntu 16.04 system, I went to check the Virtualmin configuration and saw that there was the following error:

LibClamAV Error: cli_loaddbdir(): No supported database files found in /var/lib/clamav

All you have to do is run the commands below and then try again and everything should work as far as ClamAV is concerned:

sudo service clamav-freshclam stop
sudo freshclam
sudo service clamav-freshclam start

After running those commands, I no longer received the LibClamAV Error because the problem was solved.



Key Terms:

  • Calmav
  • ,
  • Open Source Antivirus
  • ,
  • Open Source Software

Related Article

dpkg command in linux

DPKG as Package Manger in Debian based Linux distributions

Debian Linux and other Debian based Linux distributions, such as Ubuntu and Linux Mint, use dpkg as a package manager. […]

containers vs virtualmachines

Containers vs Virtual Machines

Maintaining a large software application is not an easy task since it may contains lots of dependencies and Operating System […]

Linux bash history

How to Limit the bash History

It’s been said that there are more passwords stored in history than in /etc/shadow – so, how do I limit […]