Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old February 25th, 2006   #1
Artificial Intelligence
Deus ex machina
 
Artificial Intelligence's Avatar
 
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
add:
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;
save and exit.

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
Attached Images
File Type: png AVG-Main.png (91.7 KB, 892 views)
__________________


My Desktop - HD Slideshow/video
click FullHD button & double left click the video to fit your screen

My Blog

Last edited by Artificial Intelligence; November 26th, 2007 at 04:59 AM.. Reason: Updated
Artificial Intelligence is online now   Reply With Quote
Old February 25th, 2006   #2
knalle
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() }
knalle is offline   Reply With Quote
Old February 25th, 2006   #3
Klaidas
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!
Klaidas is offline   Reply With Quote
Old February 25th, 2006   #4
bierpullen
5 Cups of Ubuntu
 
Join Date: Sep 2005
Location: Europe , the Netherlands
Beans: 36
Ubuntu 9.04 Jaunty Jackalope
Smile Re: HOWTO: Install AVG free anti-virus

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..
bierpullen is offline   Reply With Quote
Old February 25th, 2006   #5
Matchless
Ubuntu Extra Shot
 
Matchless's Avatar
 
Join Date: Apr 2005
Location: South Africa
My beans are hidden!
Kubuntu 7.04 Feisty Fawn
Re: HOWTO: Install AVG free anti-virus

Quote:
Originally Posted by Artificial Intelligence
This one is for paranoid single home users

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.

F
Hi,
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!
Matchless is offline   Reply With Quote
Old February 26th, 2006   #6
Artificial Intelligence
Deus ex machina
 
Artificial Intelligence's Avatar
 
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
__________________


My Desktop - HD Slideshow/video
click FullHD button & double left click the video to fit your screen

My Blog

Last edited by Artificial Intelligence; February 26th, 2006 at 02:29 AM..
Artificial Intelligence is online now   Reply With Quote
Old February 26th, 2006   #7
gammagoat
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?
gammagoat is offline   Reply With Quote
Old February 26th, 2006   #8
Artificial Intelligence
Deus ex machina
 
Artificial Intelligence's Avatar
 
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
See if this helps.
__________________


My Desktop - HD Slideshow/video
click FullHD button & double left click the video to fit your screen

My Blog
Artificial Intelligence is online now   Reply With Quote
Old February 26th, 2006   #9
gammagoat
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
gammagoat is offline   Reply With Quote
Old February 26th, 2006   #10
yasenov
5 Cups of Ubuntu
 
Join Date: Feb 2006
Location: Bulgaria
Beans: 11
Ubuntu 6.10 Edgy
Send a message via Skype™ to yasenov
Re: HOWTO: Install AVG free anti-virus

this question may be stupid but..
is it better than clamav?
yasenov is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:29 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry