I executed that file and almost immediately hit a missing dependency libpng15.so.15. Mageia 4 has libpng 12 and libpng16, but not libpng15. It may be possible to get it to accept a symlink to one of the available libraries, but I didn't try. IMHO it's just not worth the effort. In any case one would very probably hit more missing dependencies.
I believe that this rpm has been built for Fedora/Red Hat and getting it installed and running on Mageia, if at all possible, is going to take more work than I'd be prepared to put into it.
If you do feel the need to use a virus scanner, then try one of the command line applications. I have used AVG occasionally to check selected folders for Windows viruses.
Download the rpm from:
http://free.avg.com/us-en/download.prd-alfIn your Downloads folder right-click on the file and select "Open with Software Installer" to install it..
Then in a terminal, as root, start avg:
- Code: Select all
# avgctl --start
Then update the virus database:
- Code: Select all
# avgupdate
You can then scan any file or folder, for example, if you use thunderbird as your mail client:
- Code: Select all
# avgscan /home/relativity/.thunderbird
Jim