![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
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,764
Kubuntu 9.10 Karmic Koala
|
HOWTO: Install AVG free anti-virus
AVG Linux Free Edition - Do not exist anymore
Tested in Feisty x86 For Ubuntu 64-bit: http://ubuntuforums.org/showthread.php?p=3840641 This guide have been totally rewritten due to the support of an avg.deb package. If you're looking for Anti-virus to protect Windows OS, network, servers etc. via your Linux system, you might use this instead: HOWTO: Install F-Prot anti-virus This one is for paranoid single home users NOTE: It can only scan, no more no less! ================================================== ========== 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. If you are in doubt make a search on the forum. Installation Download The Free AVG Advisor from here (.deb) to your Desktop. Code:
cd ~/Desktop sudo dpkg -i avg75fld-r45-a0973.i386.deb Launcher Making a launcher to start AVG Code:
sudo rm -r /usr/share/applications/avggui.desktop sudo nano /usr/share/applications/avg.desktop Code:
[Desktop Entry] Name=AVG Antivirus Comment=Antivirus Exec=gksudo avggui & Icon=/opt/grisoft/avggui/prog/pixmaps/avgico_big.png Terminal=false Type=Application Categories=Application;System; You can now start AVG by going to Applications tab ---> System Tools. ================================================== ==== If people want to discuss security about virus' and firewall if it needed or not, also a good place to see peoples opinion on this matter: http://ubuntuforums.org/showthread.php?t=131616
__________________
![]() click FullHD button & double left click the video to fit your screen Last edited by Artificial Intelligence; November 26th, 2007 at 04:59 AM.. Reason: Updated |
|
|
|
|
|
#2 |
|
Way Too Much Ubuntu
![]() Join Date: Jan 2006
Location: norway
Beans: 242
Ubuntu Breezy 5.10
|
Re: HOWTO: Install AVG free anti-virus
great stuff! thanks a lot!
__________________
while( !awake ) { sleep() } |
|
|
|
|
|
#3 |
|
Dark Roasted Ubuntu
![]() Join Date: Dec 2005
Location: Lithuania
Beans: 1,103
Ubuntu 7.04 Feisty Fawn
|
Re: HOWTO: Install AVG free anti-virus
Rebooting to ubuntu, gotta try this!
|
|
|
|
|
|
#4 |
|
5 Cups of Ubuntu
![]() Join Date: Sep 2005
Location: Europe , the Netherlands
Beans: 36
Ubuntu 9.04 Jaunty Jackalope
|
Worked like a charm. Thanks
------------------------------------------ Acer laptop 1522, 528mb, AMD 64 3000, 64mb Nvidia. http://www.antarctica-rbak.nl/ubuntu Last edited by bierpullen; October 23rd, 2007 at 02:34 PM.. |
|
|
|
|
|
#5 | |
|
Ubuntu Extra Shot
![]() Join Date: Apr 2005
Location: South Africa
My beans are hidden!
Kubuntu 7.04 Feisty Fawn
|
Re: HOWTO: Install AVG free anti-virus
Quote:
Just my 2 cents worth. I see many linux users refering to "not really needing virus protection", but that is not really true. Linux may be fairly virus resistant, but we are continually exchanging files on the internet, on a LAN with other PC's and via email and other systems with users who are mostly using Windows. We will be passing on infected files to our friends and families who are using Windows if we do not scan our files for virus infections. ClamAV has been around for quite a while, but is one of the slowest programs to use that I have seen. Thanks to Artificial Intelligence we now have AVG and Fprot to use as well. My suggestion is that every Linux user should have a proper updated anti-virus program installed at all times and that Dapper should also come with one as a standard. We are in the real world here and must make sure that no-one is under any misconception here!
__________________
Regards, Matchless Proudly kubuntu! |
|
|
|
|
|
|
#6 |
|
Deus ex machina
![]() Join Date: Oct 2004
Location: Denmark - Scandinavia
Beans: 11,764
Kubuntu 9.10 Karmic Koala
|
Re: HOWTO: Install AVG free anti-virus
I know, that's why I wrote the howtos, but in the other hand I don't think we should paint the devil on the wall before it's actual is needed.
For discussion about security, virus, firewall etc. there's a good thread here: http://ubuntuforums.org/showthread.php?t=131616
__________________
![]() click FullHD button & double left click the video to fit your screen Last edited by Artificial Intelligence; February 26th, 2006 at 02:29 AM.. |
|
|
|
|
|
#7 |
|
5 Cups of Ubuntu
![]() Join Date: Dec 2005
Beans: 19
|
Re: HOWTO: Install AVG free anti-virus
GEEZ I dont know what I've done wrong , but at step 6 I get this
License type is FREE. bigvern@ubuntu1:~/Desktop$ avggui & [1] 9386 bigvern@ubuntu1:~/Desktop$ No module named pygtk Traceback (most recent call last): File "main.py", line 24, in ? sys.exit(1) NameError: name 'sys' is not defined Think you all could tell me what I am doing wrong? |
|
|
|
|
|
#8 |
|
Deus ex machina
![]() Join Date: Oct 2004
Location: Denmark - Scandinavia
Beans: 11,764
Kubuntu 9.10 Karmic Koala
|
Re: HOWTO: Install AVG free anti-virus
Code:
sudo apt-get install python2.4-gtk2
__________________
![]() click FullHD button & double left click the video to fit your screen |
|
|
|
|
|
#9 |
|
5 Cups of Ubuntu
![]() Join Date: Dec 2005
Beans: 19
|
Re: HOWTO: Install AVG free anti-virus
ok did that and now.
No module named glade Traceback (most recent call last): File "main.py", line 24, in ? sys.exit(1) NameError: name 'sys' is not defined |
|
|
|
|
|
#10 |
|
5 Cups of Ubuntu
![]() |
Re: HOWTO: Install AVG free anti-virus
this question may be stupid but..
is it better than clamav? |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|