Make sure to install ClamAV by following the installation guide here: https://docs.clamav.net/manual/Installing.html
- Open the Command Prompt, and type:
where clamscan - Once it returns the path, open the Start Menu, Type
env. - Click on
Edit the system environment variables - Click on
Environment Variablesin the System Properties Window - Find the
Pathvariable, ClickEdit, then add the output path of thewhere clamscancommand - Click OK, then OK, Apply, and OK
- Verify by opening the command prompt and typing:
clamscan --version
- Open the preferred terminal, then type:
which clamscan
- Once it returns the path, open the
~/.bashrcfile with nano:sudo nano ~/.bashrc - Add the following snippet at the end of the
~/.bashrcfile:export PATH="$PATH:/path/to/clamav/bin"
- Press Ctrl + S, then Ctrl + X, reload the terminal by using:
source ~/.bashrc
- Verify by typing:
clamscan --version
Once you have installed ClamAV and added the ClamAV path to the PATH environment variable, click on the Check Availability button below to activate the ClamAV GUI for free
I got a strange error page after launching the GUI, and it happens when I go to the specific page...
That error might happen because of leftover LocalStorage configurations
- Open the System Tray Menu
- Quit the ClamAV GUI
- Go to the cache folder
- Windows - Press Win + R key and type
%localappdata% - Linux - Open the preferred file explorer and go to
$HOME/.cache
- Windows - Press Win + R key and type
- Delete the
com.arsentech.clamav-guifolder inside the Cache folder- Windows - Delete
AppData/Local/com.arsentech.clamav-guifolder - Linux -
rm -rf ~/.cache/com.arsentech.clamav-guior delete from the preferred File Explorer
- Windows - Delete
- Launch the app again
Important
This might delete settings configurations, so make sure to export these settings before cleaning the cache, and once it's finished, import these settings into the GUI
GitHub @ArsenTech · YouTube @ArsenTech · Patreon ArsenTech · ArsenTech's Website