cat <<'EXE' | sudo bash
systemctl stop clamav-freshclam
systemctl stop clamav-daemon
freshclam
systemctl start clamav-freshclam
systemctl stop clamav-daemon
systemctl status clamav-daemon
systemctl status clamav-freshclam
systemctl disable clamav-daemon
systemctl enable clamav-freshclam
EXE