F-Secure Anti-Virus (FSAV)


Additional Resources:

Note: This chapter only installs FSAV. We will configure AMaViS to use FSAV as a scanner in a subsequent chapter.


  1. Login as the root user.
    [screenshot]

  2. Obtain the latest version of FSAV for Linux and copy it to the target computer. As of this writing, the fsav-wks-4.50.2111.tar.gz file is current.

  3. Unpack the tarball.

    # tar -zxvf fsav-wks-4.50.2111.tar.gz
    [screenshot]

  4. Change directory into the unpacked tarball tree.

    # cd fsav-wks-4.50.2111
    [screenshot]

  5. Start the FSAV installer.

    # ./fsav-wks-4.50.2111
    [screenshot]

  6. Enter the license keycode.

    Please enter keycode: XXXX-XXXX-XXXX-XXXX-XXXX
    [screenshot]

  7. Accept the defaults for all configuration questions:
    [screenshot] Where would you like F-Secure Anti-Virus to be installed? /opt/f-secure/fsav
    [screenshot] Selected directory /opt/f-secure/fsav does not yet exist. Create it? yes
    [screenshot] Would you like to create the symbolic link? yes
    [screenshot] Would you like to create the symbolic links to /usr/share/man? yes
    [screenshot] Would you like to schedule an automatic database update? yes
    [screenshot] How often would you like updates to be performed? hourly
    [screenshot] Would you like to schedule an automatic virus scan? no
    [screenshot] Would you like to check for updates for this product now? yes
    [screenshot] Would you like to run a virus scan now? no

  8. Verify that FSAV was installed and that the signature databases are current.

    # fsav --version
    [screenshot]

    The screenshot is current for 2003-07-25.

  9. Test FSAV by scanning /usr.

    # fsav /usr
    [screenshot]