- Debian Admin - http://www.debianadmin.com -
F-Prot Antivirus with Web Interface
Posted By Admin On 14th October 2006 @ 10:17 In Free Tools, Other Linux | 5 Comments
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
Preparing Your system
sudo apt-get install build-essential libgtk2.0-dev checkinstall
Now you need to downloaf F-port antivirus for linux workstations package from here in to /usr/local/src/ folder or any other folder.
This will download the F-Prot Antivirus Version 4.6.6
sudo dpkg -i fp-linux-ws.deb
This will install the F-Port antivirus and you can see this in the following screen
F-Port Antivirus Frontend (XFPORT)
XFPROT is a graphical frontend to the F-Prot Antivirus(TM) for Linux
Download the latest version from here
sudo wget http://web.tiscali.it/sharp/xfprot/xfprot-1.16.tar.gz
sudo tar xzvf xfprot-1.16.tar.gz
cd xfprot-1.16
sudo ./configure --with-sudo --autodetect --without-debug --with-install-dir=/usr/local
sudo make
sudo checkinstall
Once this finishes the debian package creation you should see the following message
Done. The new package has been installed and saved to /usr/local/src/xfprot-1.16/xfprot_1.16-1_i386.deb
sudo dpkg -i xfprot_1.16-1_i386.deb
This will complete the installation of xfprot
Now you need to create a new application menu for F-port antivirus for this you need to follow this
sudo gedit /usr/share/applications/fprot.desktop
add the following lines and save the file
[Desktop Entry]
Name=F-Prot
Comment=Anti-Virus Application
Exec=xfprot
Icon=/usr/local/xfprot/icons/antivirus-48×48.png
Terminal=false
Type=Application
Categories=Application;System;
Now you need to open F-prot application from Applications—>System Tools—>F-prot you can see this in the following screen
First time it will show you the license document here you need to tick the check box next to i agree and click ok
You can see the F-Prot antivirus Frontend in the following screen you can use for scanning,running updates etc
Uninstalling F-Prot Antivirus
sudo dpkg -r xfprot
sudo dpkg -r fp-linux-ws.deb
You may also be interested in...
Article printed from Debian Admin: http://www.debianadmin.com
URL to article: http://www.debianadmin.com/f-prot-antivirus-with-web-interface.html
Click here to print.