loader image

Antivirus (Debian/Ubuntu/Xubuntu) Free

What makes us different from other similar websites? Forums Tech Antivirus (Debian/Ubuntu/Xubuntu) Free

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1935
    thumbtak
    Keymaster

    If you need an antivirus for Linux, which most users do not, then run the following command in Terminal Emulator.

    sudo apt install clamav clamtk

    #6789
    thumbtak
    Keymaster

    How to do a full system scan with ClamTK. Note: It is unlikely that you will have viruses outside your home folder, as that would require root. Also, note that viruses are less common with Linux, when compared to other operating systems.

    1. Open ClamTK.

    #7052
    thumbtak
    Keymaster

    How to scan the system with terminal emulator

    Install antivirus
    $ sudo apt install clamav

    Update database
    $ sudo freshclam

    Scan the whole system with information being displayed
    $ clamscan -r -v --bell -i --exclude-dir="/sys" /

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
TAKs Shack