How to Install clamfs in Ubuntu 18.04



Install clamfs by entering the following commands in the terminal:

sudo apt update
sudo apt install clamfs

Description:

user-space anti-virus protected file system

ClamFS is a FUSE-based user-space file system for Linux with on-access anti-virus file scanning through clamd daemon. Clamd (clamav-daemon) is a file scanning service developed by ClamAV project.

Homepage: http://clamfs.sourceforge.net/

Version: 1.0.1-3build2

Section: universe/utils