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

Install Kodi for Linux

Kodi for Linux

Installing Kodi on Ubuntu-based distributions Use the command line terminal and enter the following commands. Follow the prompts as you […]

Computer Boot Loader

Computer Boot Loader

A boot loader, also called a boot manager, is a small program that places the operating system (OS) of a […]

MySQL

MySQL Error: : Access denied for user

MySQL Error: : ‘Access denied for user ‘root’@’localhost’ Open & Edit /etc/my.cnf or /etc/mysql/my.cnf, depending on your distro. Add skip-grant-tables […]