[Others] lack of clam virus protection V23
Tofloor
poster avatar
深度之家
deepin
2024-11-05 14:48
Author
[System Version]: deepin V23 I just switched from ubuntu to deepin. However there is a real big concern here in staying with the deepin product. In your app store clamtk refuses to install. Also on the net there is no way I can find to install clamav which is a better command line product that can scan the whole hard drive so on. I can't envision this product, deepin being safe without some type of virus protection option.

Reply Favorite View the author
All Replies
深度之家
deepin
2024-11-05 14:48
#1
Hello, we will integrate this software into our repository.
Reply View the author
Owensuwu
deepin
2024-11-19 12:10
#2

sudo apt update && sudo apt upgrade -y

sudo apt install clamav clamav-daemon -y

sudo freshclam

to scan an specific file "clamscan /path/to/your/file"

crontab -e

Add the --bell option to alert you when a virus is found:

to automate scan use "crontab -e" "0 2 * * * clamscan -r /path/to/scan"

For a graphical interface, you can install ClamTK:

sudo apt install clamtk -y

Reply View the author