![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Deus ex machina
![]() Join Date: Oct 2004
Location: Denmark - Scandinavia
Beans: 11,364
Kubuntu 9.10 Karmic Koala
|
Also works for Ubuntu 5.10, 6.06, 6.10 and 7.04
Does NOT work on 64bit version of Ubuntu This how do not work in 7.10 Q: Is viruses, trojans and malware a threat to a linux system as in Windows? A: No, there's a very few viruses to linux and the way a Linux/unix is build up makes it difficult to do any serious damage to the system, in fact I've never heard from people who got their Linux/unix system infected. Q: So why install a anti-virus application/program? A: For an ordinary Linux Home user with only one OS system their's no need for Anti-virus, but people who's running network, server or dual booting with win OS this tool can be very handy to scan and delete viruses. Q: I'm a home user only running Linux do I need it? A: No, a firewall is way better as protection in that case. ================================================== ====== Before Installation: Make sure that your sourcelist is set up correctly before advancing further into this howto. If you're in doubt how to do that make some search on the forum. First thing you need is to get the right tools for compiling and the right libs to make F-Prot with GTK frontend to work. Code:
sudo aptitude update && sudo aptitude upgrade sudo aptitude install build-essential libwww-perl libgtk2.0-dev checkinstall Installation: Grab F-prot here and pick the debian/gnu file. (4.6.8 ) and save it to your Desktop Download XFPROT-1.20 here and save it to your Desktop. First the fp-linux-ws.deb need to be installed: Code:
cd ~/Desktop sudo dpkg -i fp-linux-ws.deb Code:
cd ~/Desktop tar zxvf xfprot-1.20.tar.gz cd xfprot-1.20 ./configure --with-sudo --autodetect --without-debug --with-install-dir=/usr/local make sudo checkinstall Launcher: Now we need to add it to 'Application launcher: Code:
sudo nano /usr/share/applications/fprot.desktop Code:
[Desktop Entry] Name=F-Prot Comment=Anti-Virus Application Exec=xfprot Icon=/usr/local/xfprot/icons/antivirus-48x48.png Terminal=false Type=Application Categories=Application;System; -------------------------------------------------------- Troubleshooting - While configuring xfprot and it's complaining about it can't find libgtk2, open the configure file with a text editor application and change the first line to #!/bin/bash
__________________
| Ubuntu Gamers Arena | Ubuntu Game List | PlayDeb! | Ubuntu Game Night | | My New Blog | My Computer | Last edited by Artificial Intelligence; November 6th, 2007 at 12:01 PM.. Reason: updated for Edgy |
|
|
|
|
|
#2 |
|
May the Ubuntu Be With You!
![]() Join Date: Apr 2005
Location: USA
My beans are hidden!
Ubuntu 9.10 Karmic Koala
|
Re: HOWTO: Install F-Prot with GTK frontend (anti-virus)
I think it is better if you explain what and why we have to do that [following your instructions]
I mean, all you did was explain that we don't need Anti-virus in Linux [Which is true], and then you said “First thing you need to run this in the terminal” What for? What will happened if I do that? [Well, looks like you are showing how to install Anvirus for those who want or have a network server... but, one will not know if they are new to Linux] I am not criticizing, by the way. PS: Good job EDIT: Ah! I see that the title says " HOWTO: Install F-Prot with GTK frontend (anti-virus)" now that makes sense... haha.. |
|
|
|
|
|
#3 |
|
Gee! These Aren't Roasted!
![]() Join Date: Oct 2005
My beans are hidden!
Gutsy Gibbon Testing
|
Re: HOWTO: Install F-Prot with GTK frontend (anti-virus)
works flawlessly, good work. thanks
__________________
registered linux user # 191485 There's no place like ~ |
|
|
|
|
|
#4 |
|
Spilled the Beans
![]() |
Re: HOWTO: Install F-Prot with GTK frontend (anti-virus)
Thanks buddy, works a treat!
|
|
|
|
|
|
#5 |
|
Deus ex machina
![]() Join Date: Oct 2004
Location: Denmark - Scandinavia
Beans: 11,364
Kubuntu 9.10 Karmic Koala
|
Re: HOWTO: Install F-Prot with GTK frontend (anti-virus)
Updated Howto. New F-prot availble (4.6.3)
__________________
| Ubuntu Gamers Arena | Ubuntu Game List | PlayDeb! | Ubuntu Game Night | | My New Blog | My Computer | |
|
|
|
|
|
#6 |
|
Dark Roasted Ubuntu
![]() Join Date: Aug 2005
Location: Canada
Beans: 1,082
|
Re: HOWTO: Install F-Prot with GTK frontend (anti-virus)
*EDIT: figured out the problem was with a symbolic link to the f-prot shell script and condensed/focused the post accordingly
Hi, wondering if someone may be able to help me out with something funny that occured after updating to the new version of f-prot? It seems that the installation creates the directory: /usr/local/bin, and places a link there to /usr/local/f-prot/f-prot.sh. For whatever reason, the /usr/local/bin directory that f-prot created only has read/write/execute permissions for root (700 permissions), other users/group have absolutely no access to the directory at all. Because of this, I cannot run f-prot as a normal user (which wasn't the case with the previous version). Now, I'm still really new to linux and am just wondering if it's ok to give everyone read/execute permissions to /usr/local/bin (755 permission)? It looks like /usr/bin has these permissions already, so I don't think this should be a problem from a security standpoint...but am not sure. So I'm just wondering if any has a /usr/local/bin directory, and if so does it give read/execute permissions to anyone? Would it be okay for me to give such permissions to the directory, or should I just put a symbolic link pointing to /usr/local/f-prot/f-prot.sh in /usr/bin? Any suggestions/info would be greatly appreciated!
__________________
Last edited by 5-HT; December 19th, 2005 at 06:04 PM.. |
|
|
|
|
|
#7 |
|
5 Cups of Ubuntu
![]() |
Re: HOWTO: Install F-Prot with GTK frontend (anti-virus)
Ok, I'm having a problemwhen trying to install this. Everything works fine until I hit the:
sudo checkinstall sudo dpkg -i xfprot-1.15_1.15-1_i386.deb ...portion of the tutorial. When entering the above, this occurs: chris@ubuntu:~/Desktop/xfprot-1.15$ sudo checkinstall sudo: checkinstall: command not found chris@ubuntu:~/Desktop/xfprot-1.15$ sudo dpkg -i xfprot-1.15_1.15-1_i386.deb dpkg: error processing xfprot-1.15_1.15-1_i386.deb (--install): cannot access archive: No such file or directory Errors were encountered while processing: xfprot-1.15_1.15-1_i386.deb chris@ubuntu:~/Desktop/xfprot-1.15$ I got the icon to appear in the applications tab yet if I try to open it, an error box pops up with this message: Cannot launch entry Details: Failed to execute child process "xfprot" (No such file or directory) Any ideas as to what may have happend?
__________________
While the wicked stand confounded. Call me, with thy Saints surrounded. Automatix - Makes Life Just A Little Bit Easier. |
|
|
|
|
|
#8 | |
|
Gee! These Aren't Roasted!
![]() Join Date: Oct 2005
My beans are hidden!
Gutsy Gibbon Testing
|
Re: HOWTO: Install F-Prot with GTK frontend (anti-virus)
looks like you don't have checkinstall installed in your system.
Quote:
__________________
registered linux user # 191485 There's no place like ~ |
|
|
|
|
|
|
#10 |
|
Deus ex machina
![]() Join Date: Oct 2004
Location: Denmark - Scandinavia
Beans: 11,364
Kubuntu 9.10 Karmic Koala
|
Re: HOWTO: Install F-Prot with GTK frontend (anti-virus)
Perhaps I should include the checkinstall application in the howto.
Edit: Done.
__________________
| Ubuntu Gamers Arena | Ubuntu Game List | PlayDeb! | Ubuntu Game Night | | My New Blog | My Computer | |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|