Protects Raspberry Pi from Malware

Опубликовано: 25 Май 2026
на канале: GiiTube
342
19

Anti-virus software installed on RasPiOS Manjaro, Ubuntu MATE and RasPiOS

------------

Index
0:00 Protects RasPi from malware
01:37 About Anti-Virus Software
02:32 ClamAV System Requirements
03:02 Install ClamAV on Manjaro
05:19 Install ClamAV on Ubuntu Mate
07:14 Install ClamAV on RasPiOS
08:45 How ClamAV works
09:51 ClamAV bug fixes
10:42 Conclusion


-- ClamAV Official Site -
https://www.clamav.net/
Japanese Information
https://clamav-jp.osdn.jp/

-- Install ClamAV on Manjaro -
Installing ClamAV
Search and install clamav in Add/Remove Software
Database updates
sudo freshclam
Service activation
sudo systemctl enable --now clamav-daemon
sudo systemctl enable --now clamav-freshclam
Check Status
sudo systemctl status clamav-daemon && sudo systemctl status clamav-freshclam
GUI application installation
Search and install clamtk in Add/Remove Software

-- Install ClamAV on Ubuntu Mate -
Installing ClamAV
sudo apt install clamav clamav-daemon
Database updates
sudo systemctl stop clamav-freshclam
sudo freshclam
sudo systemctl enable clamav-freshclam --now
Check Status
sudo systemctl status clamav-daemon && sudo systemctl status clamav-freshclam
GUI application installation
sudo apt install clamtk

-- Install ClamAV on RasPiOS -
Installing ClamAV
sudo apt install clamav clamav-daemon
Database updates
sudo systemctl stop clamav-freshclam
sudo freshclam
sudo systemctl enable clamav-freshclam --now
Service activation
sudo systemctl enable clamav-daemon --now
sudo systemctl enable --now clamav-freshclam
Check Status
sudo systemctl status clamav-daemon && sudo systemctl status clamav-freshclam
GUI application installation
sudo apt install clamtk

-- ClamAV bug fixes -
sudo nano /usr/bin/clamtk
Add setlocale( LC_TIME, 'C' ); to the line
following setlocale( LC_ALL, '' );