Thank you for downloading ClamAV-GUI: a tool that simplifies virus scanning on Linux.
Requirements:
freshclam
*For Ubuntu: $ sudo apt install clamav clamav-freshclam
fixed
Installation:
Build Instructions:
Requires qt5 base development files, qtchooser, g++, and make For Ubuntu <= 20.04: $ sudo apt install qtchooser qt5-default g++ make For Ubuntu >= 22.04: $ sudo apt install qtchooser qtbase5-dev g++ make
Extract ClamAV-GUI-.tar.gz Example: $ tar -xf ClamAV-GUI-.tar.gz
Enter the generated folder Example: $ cd ClamAV-GUI-x.x.x *For Ubuntu <= 20.04 also change ( Qt::endl; --> endl; ) in file "setupfilehandler.cpp"
Build the package as root with 'qmake', 'make', and finally 'make install' Example: $ qmake && make && sudo make install
Questions / Suggestions:
Have fun with your virus-free machine.